Skip to content

Commit 871bc7d

Browse files
chore(deps): update alpine docker tag to v3.23.2 (#1567)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ab68adc commit 871bc7d

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.23.0
16+
FROM alpine:3.23.2
1717
WORKDIR /app
1818
EXPOSE 2121-2130
1919
COPY --from=builder /workspace/ftpserver /bin/ftpserver

0 commit comments

Comments
 (0)