Skip to content

Commit

Permalink
chore: bump up ALPINE_VERSION from 3.20 to 3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kjdev committed Dec 18, 2024
1 parent 0af8a8f commit 9f11b57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.21

FROM alpine:${ALPINE_VERSION} AS nginx

Expand Down
6 changes: 3 additions & 3 deletions example/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# syntax=docker/dockerfile:1

ARG ALPINE_VERSION=3.20
ARG ALPINE_VERSION=3.21

FROM ghcr.io/kjdev/nginx-auth-jwt AS auth-jwt
FROM ghcr.io/kjdev/nginx-keyval AS keyval
FROM ghcr.io/kjdev/nginx-auth-jwt/nginx AS auth-jwt
FROM ghcr.io/kjdev/nginx-keyval/nginx AS keyval

### nginx ###
FROM alpine:${ALPINE_VERSION} AS nginx
Expand Down

0 comments on commit 9f11b57

Please sign in to comment.