Skip to content

Commit de542ff

Browse files
Update nginx Docker tag to v1.29.7
1 parent bf91752 commit de542ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/deployment/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN elm make src/Main.elm --optimize --output=./dist/main.js
1818
RUN uglifyjs ./dist/main.js --compress "pure_funcs=[F2,F3,F4,F5,F6,F7,F8,F9,A2,A3,A4,A5,A6,A7,A8,A9],pure_getters,keep_fargs=false,unsafe_comps,unsafe" | uglifyjs --mangle --output=./dist/main.js
1919

2020
###############################################################
21-
FROM nginx:1.26.0-alpine@sha256:ef587d1eb99e991291c582bfb74f27db27f7ca2c095d4ba06cc3f7c910a0c7b3
21+
FROM nginx:1.29.7-alpine@sha256:e7257f1ef28ba17cf7c248cb8ccf6f0c6e0228ab9c315c152f9c203cd34cf6d1
2222

2323
COPY deployment/envsubst-index.sh /docker-entrypoint.d/15-envsubst-index.sh
2424

0 commit comments

Comments
 (0)