Skip to content

Commit b704d5d

Browse files
rpsenecmuellner
authored andcommitted
Use ghcr.io docs base container image
1 parent c1477cf commit b704d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DOCS := \
1616
riscv-toolchain.adoc
1717

1818
DATE ?= $(shell date +%Y-%m-%d)
19-
DOCKER_IMG := riscvintl/riscv-docs-base-container-image:latest
19+
DOCKER_IMG := ghcr.io/riscv/riscv-docs-base-container-image:latest
2020

2121
ifneq ($(SKIP_DOCKER),true)
2222
DOCKER_CMD := docker run --rm -v ${PWD}:/build -w /build \

0 commit comments

Comments
 (0)