Skip to content

Commit f5ca607

Browse files
committed
Update Dockerfile Base Image
1 parent a10f24c commit f5ca607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/Dockerfile.rockylinux8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rockylinux:8
1+
FROM docker.io/rockylinux/rockylinux:8
22

33
# Update system and install basic tools
44
RUN dnf clean all && \

dockerfiles/Dockerfile.rockylinux9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rockylinux:9
1+
FROM docker.io/rockylinux/rockylinux:9
22

33
# Install basic packages and development tools
44
RUN echo '[goreleaser]\nname=GoReleaser\nbaseurl=https://repo.goreleaser.com/yum/\nenabled=1\ngpgcheck=0' > /etc/yum.repos.d/goreleaser.repo; \

0 commit comments

Comments
 (0)