remove alpine3.15 tag from certain containers

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-06-12 22:59:04 +02:00
parent bad431984e
commit 80d3d71ae9
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Docker CLI is a requirement
FROM docker:20.10.16-dind-alpine3.15 as dind
FROM docker:20.10.16-dind-alpine as dind
# Caddy is a requirement
FROM caddy:2.5.1-alpine as caddy

View file

@ -1,5 +1,5 @@
# From https://github.com/docker-library/redis/blob/master/6.2/alpine/Dockerfile
FROM redis:6.2.6-alpine3.15
FROM redis:6.2.6-alpine
RUN apk add --update --no-cache openssl bash