Skip to content

Commit

Permalink
Merge pull request #187 from cisagov/improvement/use_full_image_source
Browse files Browse the repository at this point in the history
Use the full path for source container images
  • Loading branch information
mcdonnnj authored Feb 20, 2024
2 parents 7e820ba + bac905d commit ce1247a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
ARG VERSION=unspecified

FROM python:3.12.0-alpine
# Official Docker images are in the form library/<app> while non-official
# images are in the form <user>/<app>.
FROM docker.io/library/python:3.12.0-alpine3.18

ARG VERSION

Expand Down

0 comments on commit ce1247a

Please sign in to comment.