Skip to content

Commit

Permalink
Merge pull request #2 from jbeverid/joe-bev/latest-tag-with-hash
Browse files Browse the repository at this point in the history
fix: adding latest with hash tag
  • Loading branch information
jbeverid authored Oct 4, 2024
2 parents e4e2814 + 14b32e1 commit c1436ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RUN ./configure \
RUN mkdir -p /var/cache/nginx/ /var/lib/nginx /etc/nginx/conf.d/ /usr/share/nginx/html

# Final stage
FROM gcr.io/distroless/static@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
FROM gcr.io/distroless/static:latest@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
ENV TZ="UTC"

# Copy necessary files from the build stage
Expand Down

0 comments on commit c1436ea

Please sign in to comment.