Skip to content

Commit

Permalink
set sha for base image (#1276)
Browse files Browse the repository at this point in the history
Provides more consistency and integrity to base image by including sha
  • Loading branch information
tabossert authored Sep 1, 2023
1 parent 95c3e17 commit 30cdc19
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
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM quay.io/unstructured-io/base-images:rocky9.2-3 as base
FROM quay.io/unstructured-io/base-images:rocky9.2-3@sha256:004db0842ff6d99622cac0c08feac15be16fdddfe19eab003d4be72b6dc1a8e9 as base

# NOTE(crag): NB_USER ARG for mybinder.org compat:
# https://mybinder.readthedocs.io/en/latest/tutorials/dockerfile.html
Expand Down

0 comments on commit 30cdc19

Please sign in to comment.