Merge pull request #6236 from nextcloud/enh/noid/create-alpine-image

helm-chart: move alpine init-container image to containers folder
This commit is contained in:
Simon L.
2025-03-31 10:55:43 +02:00
committed by GitHub
2 changed files with 9 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
# syntax=docker/dockerfile:latest
FROM alpine:3.21
RUN set -ex; \
apk upgrade --no-cache -a