mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
helm-chart: move alpine init-container image to containers folder
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
25c580bca3
commit
9a9ea694b2
2 changed files with 9 additions and 4 deletions
5
Containers/alpine/Dockerfile
Normal file
5
Containers/alpine/Dockerfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# syntax=docker/dockerfile:latest
|
||||
FROM alpine:3.21
|
||||
|
||||
RUN set -ex; \
|
||||
apk upgrade --no-cache -a
|
||||
Loading…
Add table
Add a link
Reference in a new issue