Skip to content

Commit

Permalink
fix(deps): update alpine docker tag to v3.18.5 (#36)
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 1, 2023
1 parent 1c53f88 commit 61d8940
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
@@ -1,4 +1,4 @@
FROM alpine:3.18.4 as base_system
FROM alpine:3.18.5 as base_system
# Install packages
RUN apk add --no-cache \
vsftpd \
Expand Down

0 comments on commit 61d8940

Please sign in to comment.