upgrade buster images to bullseye

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-12-11 15:41:22 +01:00
parent c203ad65ef
commit eb6d90b7bd
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# From https://github.com/docker-library/redis/blob/master/6.2/Dockerfile
FROM redis:6.2-buster
FROM redis:6.2-bullseye
RUN set -ex; \
\