File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN mkdir -p /opt/var/cache/nginx && \
24
24
cp -a --parents /usr/lib/$(uname -m)-linux-gnu/libcrypto.so.* /opt && \
25
25
cp /usr/share/zoneinfo/${TIME_ZONE:-ROC} /opt/etc/localtime
26
26
27
- FROM gcr.io/distroless/base-debian12@sha256:cc22d6da39ff5d08ef85edde7bd291b6ddaf24b9da5c98a1a1cc567751a96af3
27
+ FROM gcr.io/distroless/base-debian12@sha256:5be49dea7bf68f9f193066dc922918279e6006f4efdea6846fd03927387058ca
28
28
# FROM gcr.io/distroless/base-debian11
29
29
# FROM gcr.io/distroless/base-debian10
30
30
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN mkdir -p /opt/var/cache/nginx && \
26
26
cp -a --parents /usr/lib/$(uname -m)-linux-gnu/libcrypto.so.* /opt && \
27
27
cp /usr/share/zoneinfo/${TIME_ZONE:-ROC} /opt/etc/localtime
28
28
29
- FROM gcr.io/distroless/base-debian12@sha256:cc22d6da39ff5d08ef85edde7bd291b6ddaf24b9da5c98a1a1cc567751a96af3
29
+ FROM gcr.io/distroless/base-debian12@sha256:5be49dea7bf68f9f193066dc922918279e6006f4efdea6846fd03927387058ca
30
30
#FROM gcr.io/distroless/base-debian11
31
31
#FROM gcr.io/distroless/base-debian10
32
32
You can’t perform that action at this time.
0 commit comments