Skip to content

Commit 57b0c0c

Browse files
committed
chore: bump up ALPINE_VERSION from 3.19 to 3.20
1 parent 770c181 commit 57b0c0c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 2 additions & 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.19
3+
ARG ALPINE_VERSION=3.20
44

55
FROM alpine:${ALPINE_VERSION} AS nginx
66

@@ -37,6 +37,7 @@ RUN nginx_opt=$(nginx -V 2>&1 | tail -1 | sed -e "s/configure arguments://" -e "
3737
&& ./configure \
3838
${nginx_opt} \
3939
--add-dynamic-module=../ \
40+
--with-cc-opt='-DNGX_HTTP_HEADERS' \
4041
&& make \
4142
&& mkdir -p /usr/lib/nginx/modules \
4243
&& cp objs/ngx_http_auth_jwt_module.so /usr/lib/nginx/modules/ \

example/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.19
3+
ARG ALPINE_VERSION=3.20
44

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

0 commit comments

Comments
 (0)