Skip to content

Commit af27396

Browse files
committed
chore: fix docker image source
I was wrongly pointing to the base repo.
1 parent c6772a6 commit af27396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LABEL name="Weblate Dev"
99
LABEL maintainer="Michal Čihař <[email protected]>"
1010
LABEL org.opencontainers.image.url="https://weblate.org/"
1111
LABEL org.opencontainers.image.documentation="https://docs.weblate.org/en/latest/admin/install/docker.html"
12-
LABEL org.opencontainers.image.source="https://github.com/WeblateOrg/docker-base"
12+
LABEL org.opencontainers.image.source="https://github.com/WeblateOrg/docker-dev"
1313
LABEL org.opencontainers.image.author="Michal Čihař <[email protected]>"
1414
LABEL org.opencontainers.image.vendor="Weblate"
1515
LABEL org.opencontainers.image.title="Weblate Dev Image"

0 commit comments

Comments
 (0)