We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4e2814 + 14b32e1 commit c1436eaCopy full SHA for c1436ea
Dockerfile
@@ -77,7 +77,7 @@ RUN ./configure \
77
RUN mkdir -p /var/cache/nginx/ /var/lib/nginx /etc/nginx/conf.d/ /usr/share/nginx/html
78
79
# Final stage
80
-FROM gcr.io/distroless/static@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
+FROM gcr.io/distroless/static:latest@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
81
ENV TZ="UTC"
82
83
# Copy necessary files from the build stage
0 commit comments