Skip to content

Commit

Permalink
chore(deps): update dependency alpine to v3.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 23, 2022
1 parent bc2f632 commit 6541d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
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.15.1
FROM alpine:3.15.2
WORKDIR /app
EXPOSE 2121-2130
COPY --from=builder /workspace/ftpserver /bin/ftpserver
Expand Down

0 comments on commit 6541d3d

Please sign in to comment.