Skip to content

Commit

Permalink
Use alpine base image (#2)
Browse files Browse the repository at this point in the history
* Use alpine instead of ubi base image

* Use latest hash image hash
  • Loading branch information
Calebjh authored Feb 8, 2023
1 parent 450c586 commit b9c63d2
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,4 +1,4 @@
FROM registry.access.redhat.com/ubi9/python-39:1-99.1674497380
FROM python:3-alpine@sha256:9f955672f82a7e7138bcb64bb8352fb0a3025533b8be90a789be5a32526497ca

ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit b9c63d2

Please sign in to comment.