Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent d70ef49 commit e209c15
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.0
FROM alpine:3.20.1
WORKDIR /app
EXPOSE 2121-2130
COPY --from=builder /workspace/ftpserver /bin/ftpserver
Expand Down

0 comments on commit e209c15

Please sign in to comment.