Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 29, 2023
1 parent ca19653 commit 518e78b
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.18.3
FROM alpine:3.18.4
WORKDIR /app
EXPOSE 2121-2130
COPY --from=builder /workspace/ftpserver /bin/ftpserver
Expand Down

0 comments on commit 518e78b

Please sign in to comment.