Skip to content

Commit

Permalink
Merge pull request #1175 from Amsterdam/improvement/update-redis-alpine
Browse files Browse the repository at this point in the history
Update zaken-redis
  • Loading branch information
remyvdwereld authored Nov 30, 2023
2 parents d3f5a68 + 9785749 commit 144aedd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ services:
tty: true

zaak-redis:
image: redis
build: redis
environment:
- REDIS_PASSWORD=password
- REDIS_MAXMEM=100mb
networks:
- zaken_network
ports:
Expand Down
2 changes: 1 addition & 1 deletion redis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM redis:6.0.9-alpine
FROM redis:6.2.14-alpine3.18

RUN apk add --no-cache gettext
COPY redis.conf.template /usr/local/etc/redis/redis.conf.template
Expand Down

0 comments on commit 144aedd

Please sign in to comment.