Skip to content

Commit 14b32e1

Browse files
committed
fix: adding latest with hash tag
1 parent e4e2814 commit 14b32e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ RUN ./configure \
7777
RUN mkdir -p /var/cache/nginx/ /var/lib/nginx /etc/nginx/conf.d/ /usr/share/nginx/html
7878

7979
# Final stage
80-
FROM gcr.io/distroless/static@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
80+
FROM gcr.io/distroless/static:latest@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
8181
ENV TZ="UTC"
8282

8383
# Copy necessary files from the build stage

0 commit comments

Comments
 (0)