mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-10-05 21:14:44 +08:00
remove alpine3.15 tag from certain containers
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
bad431984e
commit
80d3d71ae9
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue