Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.21.0 (#1438)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent 03f477b commit 7b9e702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY . .
RUN go build -v -o ftpserver

# Preparing the final image
FROM alpine:3.20.3
FROM alpine:3.21.0
WORKDIR /app
EXPOSE 2121-2130
COPY --from=builder /workspace/ftpserver /bin/ftpserver
Expand Down

0 comments on commit 7b9e702

Please sign in to comment.