File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
- cron : " 0 8 * * 1"
13
13
14
14
env :
15
- BUILD_VERSION : " 1.27.2 "
15
+ BUILD_VERSION : " 1.27.3 "
16
16
BUILD_STABLE_VERSION : " 1.26.2"
17
17
DOCKER_CLI_EXPERIMENTAL : enabled
18
18
REPOSITORY : ${{ github.actor }}/${{ github.workflow }}
Original file line number Diff line number Diff line change 12
12
- cron : " 0 8 * * 1"
13
13
14
14
env :
15
- BUILD_VERSION : " 1.27.2 "
15
+ BUILD_VERSION : " 1.27.3 "
16
16
OPENSSL_VERSION : " 3.4.0"
17
17
PCRE_VERSION : " 10.44"
18
18
DOCKER_CLI_EXPERIMENTAL : enabled
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN yarn build:app:docker
49
49
50
50
51
51
# 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
53
53
54
54
LABEL org.opencontainers.image.authors=
"Jauder Ho <[email protected] >"
55
55
LABEL org.opencontainers.image.url="https://github.com/jauderho/dockerfiles"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ RUN cd ./excalidraw-app && bun run build:app:docker
33
33
34
34
35
35
36
- FROM nginx:1.27.2 -alpine3.20@sha256:74175cf34632e88c6cfe206897cbfe2d2fecf9bf033c40e7f9775a3689e8adc7
36
+ FROM nginx:1.27.3 -alpine3.20@sha256:5acf10cd305853dc2271e3c818d342f3aeb3688b1256ab8f035fda04b91ed303
37
37
38
38
LABEL org.opencontainers.image.authors="Jauder Ho <
[email protected] >"
39
39
LABEL org.opencontainers.image.url="https://github.com/jauderho/dockerfiles"
Original file line number Diff line number Diff line change 1
- FROM nginx:1.27.2 @sha256:d2eb56950b84efe34f966a2b92efb1a1a2ea53e7e93b94cdf45a27cf3cd47fc0 AS base
1
+ FROM nginx:1.27.3 @sha256:0c86dddac19f2ce4fd716ac58c0fd87bf69bfd4edabfd6971fb885bafd12a00b AS base
2
2
3
3
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
4
4
ARG TIME_ZONE
You can’t perform that action at this time.
0 commit comments