Skip to content

Commit

Permalink
Merge pull request #297 from openzim/pin_debian
Browse files Browse the repository at this point in the history
Use same Debian release for redis and final container
  • Loading branch information
rgaudin authored Mar 12, 2024
2 parents d756611 + b069542 commit a8a7f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM redis:6.2.4-buster AS redis

FROM python:3.8-slim
FROM python:3.8-slim-buster

RUN groupadd -r -g 999 redis && useradd -r -g redis -u 999 redis
COPY --from=redis /usr/local/bin/redis-server /usr/local/bin/redis-server
Expand Down

0 comments on commit a8a7f32

Please sign in to comment.