Skip to content

Commit

Permalink
Use tag rather than sha for base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattops committed Jan 17, 2025
1 parent cd9cbc4 commit 26eb5a4
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 @@
#checkov:skip=CKV_DOCKER_2:actions/runner does not provider a mechanism for checking the health of the service
FROM public.ecr.aws/ubuntu/ubuntu@sha256:4f5ca1c8b7abe2bd1162e629cafbd824c303b98954b1a168526aca6021f8affe
FROM public.ecr.aws/ubuntu/ubuntu:24.04_stable

LABEL org.opencontainers.image.vendor="Ministry of Justice" \
org.opencontainers.image.authors="HMPPS DPS" \
Expand Down

0 comments on commit 26eb5a4

Please sign in to comment.