Skip to content

Commit f84e7e0

Browse files
authored
Merge pull request #1627 from ral-facilities/update-httpd-image
Update httpd image to 2.4.65-alpine3.22
2 parents 0e3fcc5 + 6c78816 commit f84e7e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.prod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ RUN set -eux; \
3030
yarn build;
3131

3232
# Run stage
33-
FROM httpd:2.4.63-alpine3.21@sha256:4aec2953509e2d3aa5a8d73c580a381be44803fd2481875b15d9ad7d2810d7ca
33+
FROM httpd:2.4.65-alpine3.22@sha256:07b2fabb7029a0b8aeb2e0fd02651c28fe22c21c5b5a59d6ff5b022791fcd89e
3434

3535
# Install specific version of jq (Used for assigning config values in entrypoint script)
3636
# Reference: https://pkgs.alpinelinux.org/package/edge/main/x86/jq
37-
RUN apk add --no-cache jq=1.7.1-r0
37+
RUN apk add --no-cache jq=1.8.1-r0
3838

3939
WORKDIR /usr/local/apache2/htdocs
4040

0 commit comments

Comments
 (0)