Skip to content

Commit cc62303

Browse files
authored
Update nginx version
1 parent 7c80660 commit cc62303

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/nginx-distroless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- cron: "0 8 * * 1"
1313

1414
env:
15-
BUILD_VERSION: "1.27.2"
15+
BUILD_VERSION: "1.27.3"
1616
BUILD_STABLE_VERSION: "1.26.2"
1717
DOCKER_CLI_EXPERIMENTAL: enabled
1818
REPOSITORY: ${{ github.actor }}/${{ github.workflow }}

.github/workflows/nginx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- cron: "0 8 * * 1"
1313

1414
env:
15-
BUILD_VERSION: "1.27.2"
15+
BUILD_VERSION: "1.27.3"
1616
OPENSSL_VERSION: "3.4.0"
1717
PCRE_VERSION: "10.44"
1818
DOCKER_CLI_EXPERIMENTAL: enabled

excalidraw/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN yarn build:app:docker
4949

5050

5151
# cgr.dev/chainguard/nginx:1.25.1@sha256:183318178aac1c4692a3de76d4fdece9d0c78329a3f91eded9949edbbb27d994
52-
FROM nginx:1.27.2-alpine3.20@sha256:74175cf34632e88c6cfe206897cbfe2d2fecf9bf033c40e7f9775a3689e8adc7
52+
FROM nginx:1.27.3-alpine3.20@sha256:5acf10cd305853dc2271e3c818d342f3aeb3688b1256ab8f035fda04b91ed303
5353

5454
LABEL org.opencontainers.image.authors="Jauder Ho <[email protected]>"
5555
LABEL org.opencontainers.image.url="https://github.com/jauderho/dockerfiles"

excalidraw/Dockerfile.bun

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN cd ./excalidraw-app && bun run build:app:docker
3333

3434

3535

36-
FROM nginx:1.27.2-alpine3.20@sha256:74175cf34632e88c6cfe206897cbfe2d2fecf9bf033c40e7f9775a3689e8adc7
36+
FROM nginx:1.27.3-alpine3.20@sha256:5acf10cd305853dc2271e3c818d342f3aeb3688b1256ab8f035fda04b91ed303
3737

3838
LABEL org.opencontainers.image.authors="Jauder Ho <[email protected]>"
3939
LABEL org.opencontainers.image.url="https://github.com/jauderho/dockerfiles"

nginx-distroless/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.27.2@sha256:d2eb56950b84efe34f966a2b92efb1a1a2ea53e7e93b94cdf45a27cf3cd47fc0 AS base
1+
FROM nginx:1.27.3@sha256:0c86dddac19f2ce4fd716ac58c0fd87bf69bfd4edabfd6971fb885bafd12a00b AS base
22

33
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
44
ARG TIME_ZONE

0 commit comments

Comments
 (0)