diff --git a/Dockerfile b/Dockerfile index ef18047..8cfb007 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.0 +FROM alpine:3.18.2 RUN apk --no-cache add git==2.40.1-r0 openssh==9.3_p1-r3 && \ mkdir -p ~/.ssh