We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4ddc5 commit eeca229Copy full SHA for eeca229
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG ALPINE_VERSION=3.20
+ARG ALPINE_VERSION=3.21
4
5
FROM alpine:${ALPINE_VERSION} AS nginx
6
example/Dockerfile
@@ -1,9 +1,9 @@
-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
7
8
### nginx ###
9
FROM alpine:${ALPINE_VERSION} as nginx
0 commit comments