Skip to content

Commit 056ab80

Browse files
chore(deps): update alpine docker tag to v3.23.4 (#1660)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6039302 commit 056ab80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)