Skip to content

Commit

Permalink
Merge pull request #1814 from openzim/use-ghcr-docker-repo
Browse files Browse the repository at this point in the history
Use ghcr.io as source for node-redis
  • Loading branch information
kelson42 authored Mar 22, 2023
2 parents 0fe9ac1 + 858b098 commit e1e0798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openzim/node-redis:18-7
FROM ghcr.io/openzim/node-redis:18-7
LABEL org.opencontainers.image.source https://github.com/openzim/mwoffliner

# Install dependences
Expand Down

0 comments on commit e1e0798

Please sign in to comment.