Skip to content

Commit

Permalink
Change container image repository
Browse files Browse the repository at this point in the history
  • Loading branch information
shakiyam committed Sep 30, 2024
1 parent 042bab4 commit 078b9bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM container-registry.oracle.com/os/oraclelinux:9-slim
FROM ghcr.io/oracle/oraclelinux:9-slim
# hadolint ignore=DL3041
RUN microdnf -y install python3.12 python3.12-pip \
&& microdnf clean all \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM container-registry.oracle.com/os/oraclelinux:9-slim
FROM ghcr.io/oracle/oraclelinux:9-slim
# hadolint ignore=DL3041
RUN microdnf -y install python3.12 python3.12-pip \
&& microdnf clean all \
Expand Down

0 comments on commit 078b9bf

Please sign in to comment.