Skip to content

Commit eeca229

Browse files
committed
chore: bump up ALPINE_VERSION from 3.20 to 3.21
1 parent ea4ddc5 commit eeca229

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG ALPINE_VERSION=3.20
3+
ARG ALPINE_VERSION=3.21
44

55
FROM alpine:${ALPINE_VERSION} AS nginx
66

example/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG ALPINE_VERSION=3.20
3+
ARG ALPINE_VERSION=3.21
44

5-
FROM ghcr.io/kjdev/nginx-auth-jwt AS auth-jwt
6-
FROM ghcr.io/kjdev/nginx-keyval AS keyval
5+
FROM ghcr.io/kjdev/nginx-auth-jwt/nginx AS auth-jwt
6+
FROM ghcr.io/kjdev/nginx-keyval/nginx AS keyval
77

88
### nginx ###
99
FROM alpine:${ALPINE_VERSION} as nginx

0 commit comments

Comments
 (0)