Skip to content

Commit b14edeb

Browse files
committed
chore(opa): Use mirrored golang image
1 parent 8e755a3 commit b14edeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opa/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ EOF
5959
COPY --chown=${STACKABLE_USER_UID}:0 opa/stackable/bin /stackable/opa/bin
6060

6161
# Manually install Go since the dnf package is sometimes not recent enough
62-
COPY --from=registry-1.docker.io/library/golang:1.23.9 /usr/local/go/ /usr/local/go/
62+
COPY --from=oci.stackable.tech/sdp/library/golang:1.23.9 /usr/local/go/ /usr/local/go/
6363
ENV PATH="/usr/local/go/bin:${PATH}"
6464

6565
RUN <<EOF

0 commit comments

Comments
 (0)