try again on dynamic module

This commit is contained in:
Ricardo Katz 2023-10-12 00:11:37 +00:00
parent 32f84e61f0
commit d987371f5d
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
ARG BASE_IMAGE ARG BASE_IMAGE
# Source at https://github.com/rikatz/nginx-build-ajp # Source at https://github.com/rikatz/nginx-build-ajp
FROM docker.io/rpkatz/nginx-ajp-module:latest@sha256:1511f4abc7e1d56219abb4140ff279a9622f820208eaa934b0ee5e7b0ae974de as ajp FROM docker.io/rpkatz/nginx-ajp-module:latest@sha256:31df5e44018dabfc9477fb69acb2f08af3ae4fd4a9fe80d3415ccc05fcb197d2 as ajp
FROM ${BASE_IMAGE} FROM ${BASE_IMAGE}

View file

@ -15,7 +15,7 @@
ARG BASE_IMAGE ARG BASE_IMAGE
# Source at https://github.com/rikatz/nginx-build-ajp # Source at https://github.com/rikatz/nginx-build-ajp
FROM docker.io/rpkatz/nginx-ajp-module:latest@sha256:1511f4abc7e1d56219abb4140ff279a9622f820208eaa934b0ee5e7b0ae974de as ajp FROM docker.io/rpkatz/nginx-ajp-module:latest@sha256:31df5e44018dabfc9477fb69acb2f08af3ae4fd4a9fe80d3415ccc05fcb197d2 as ajp
FROM ${BASE_IMAGE} as chroot FROM ${BASE_IMAGE} as chroot