Skip to content

Commit

Permalink
Pin dockerfile to the right SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
r-n-o committed Nov 1, 2023
1 parent d1d90bd commit ba7a223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is nginx 1.24.0 on bullseye.
# https://hub.docker.com/layers/nginxinc/nginx-unprivileged/1.24.0-bullseye/images/sha256-a8ec652916ce1e7ab2ab624fe59bb8dfc16a018fd489c6fb979fe35c5dd3ec50
FROM docker.io/nginxinc/nginx-unprivileged@sha256:a8ec652916ce1e7ab2ab624fe59bb8dfc16a018fd489c6fb979fe35c5dd3ec50
FROM docker.io/nginxinc/nginx-unprivileged:1.24.0-bullseye@sha256:ac0654a834233f7cc95b3a61550a07636299ce9020b5a11a04890b77b6917dc4

LABEL org.opencontainers.image.title frames
LABEL org.opencontainers.image.source https://github.com/tkhq/frames
Expand All @@ -13,4 +13,4 @@ COPY export /usr/share/nginx/export
EXPOSE 8080/tcp
EXPOSE 8081/tcp

CMD ["nginx"]
CMD ["nginx"]

0 comments on commit ba7a223

Please sign in to comment.