Skip to content

Commit 51cdc7b

Browse files
chore(deps): update alpine docker tag to v3.22.2 (#1540)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0cc9ab8 commit 51cdc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY . .
1313
RUN go build -v -o ftpserver
1414

1515
# Preparing the final image
16-
FROM alpine:3.22.1
16+
FROM alpine:3.22.2
1717
WORKDIR /app
1818
EXPOSE 2121-2130
1919
COPY --from=builder /workspace/ftpserver /bin/ftpserver

0 commit comments

Comments
 (0)