Skip to content

Commit

Permalink
chore: setting distroless base image to specific hash
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeverid committed Oct 4, 2024
1 parent eccd4b0 commit a988478
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
FROM gcr.io/distroless/static@sha256:69830f29ed7545c762777507426a412f97dad3d8d32bae3e74ad3fb6160917ea
ENV TZ="UTC"

# Copy necessary files from the build stage
Expand Down

0 comments on commit a988478

Please sign in to comment.