Skip to content

Commit

Permalink
Merge pull request #1622 from openzim/update-docker
Browse files Browse the repository at this point in the history
Update docker
  • Loading branch information
kelson42 authored Jun 13, 2022
2 parents ebb737e + 6f2861d commit 46196ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:14-6
FROM openzim/node-redis:18-7
LABEL org.opencontainers.image.source https://github.com/openzim/mwoffliner

# Install dependences
Expand Down
4 changes: 2 additions & 2 deletions docker/node-redis.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:6 as redis
FROM redis:7 as redis

FROM node:16-buster
FROM node:18-bullseye

COPY --from=redis /usr/local/bin/redis-* /usr/local/bin/
RUN redis-cli --version
Expand Down

0 comments on commit 46196ad

Please sign in to comment.