We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e3fcc5 + 6c78816 commit f84e7e0Copy full SHA for f84e7e0
Dockerfile.prod
@@ -30,11 +30,11 @@ RUN set -eux; \
30
yarn build;
31
32
# Run stage
33
-FROM httpd:2.4.63-alpine3.21@sha256:4aec2953509e2d3aa5a8d73c580a381be44803fd2481875b15d9ad7d2810d7ca
+FROM httpd:2.4.65-alpine3.22@sha256:07b2fabb7029a0b8aeb2e0fd02651c28fe22c21c5b5a59d6ff5b022791fcd89e
34
35
# Install specific version of jq (Used for assigning config values in entrypoint script)
36
# Reference: https://pkgs.alpinelinux.org/package/edge/main/x86/jq
37
-RUN apk add --no-cache jq=1.7.1-r0
+RUN apk add --no-cache jq=1.8.1-r0
38
39
WORKDIR /usr/local/apache2/htdocs
40
0 commit comments