We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6039302 commit 056ab80Copy full SHA for 056ab80
1 file changed
Dockerfile.alpine
@@ -13,7 +13,7 @@ COPY . .
13
RUN go build -v -o ftpserver
14
15
# Preparing the final image
16
-FROM alpine:3.23.3
+FROM alpine:3.23.4
17
WORKDIR /app
18
EXPOSE 2121-2130
19
COPY --from=builder /workspace/ftpserver /bin/ftpserver
0 commit comments