Skip to content

Commit 9d82a74

Browse files
committed
Use GHCR for base image
1 parent 0552a95 commit 9d82a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# When the changes to this repository are no longer many/major,
44
# we can switch back to using the tagged versions.
55

6-
# FROM dependabot/dependabot-core:0.215.0
7-
FROM dependabot/dependabot-core@sha256:3681373aeb07e29fdf30c7a03713195424636fd1cafd569c424a96af27d37735
6+
# FROM ghcr.io/dependabot/dependabot-core:0.215.0
7+
FROM ghcr.io/dependabot/dependabot-core@sha256:3681373aeb07e29fdf30c7a03713195424636fd1cafd569c424a96af27d37735
88

99
ENV DEPENDABOT_HOME /home/dependabot
1010
WORKDIR ${DEPENDABOT_HOME}

0 commit comments

Comments
 (0)