Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 2bab6ed commit 376f49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cryfs/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.1 as build
FROM alpine:3.20.3 as build

# Install CryFS
ENV CRYFS_VERSION="0.11.4"
Expand Down
2 changes: 1 addition & 1 deletion encfs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.19.1
FROM alpine:3.20.3

# Set the maintainer label
LABEL maintainer=usma0118
Expand Down

0 comments on commit 376f49e

Please sign in to comment.