Skip to content

Commit

Permalink
update alpine base docker image. See if it clears security scan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rouilj committed Dec 2, 2023
1 parent 2cfaf15 commit b68c19b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ARG source=local

# parameterize the sha256 sum to pin version of python:3-alpine
# Must use the same version in both build stages.
ARG SHA256=a5d1738d6abbdff3e81c10b7f86923ebcb340ca536e21e8c5ee7d938d263dba1
ARG SHA256=c5bbde5ada8f427a1f2e2fb41f08077bfb4f1c779e82ab7e603a145275bec840

# Set to any non-empy value to enable shell debugging for troubleshooting
ARG VERBOSE=
Expand Down

0 comments on commit b68c19b

Please sign in to comment.