Merge pull request #4136 from nextcloud/dependabot/docker/Containers/imaginary/alpine-3.19.1

Bump alpine from 3.18.5 to 3.19.1 in /Containers/imaginary
This commit is contained in:
Simon L 2024-02-01 13:10:12 +01:00 committed by GitHub
commit 0e6682bd4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ RUN set -ex; \
build-base; \
go install github.com/h2non/imaginary@"$IMAGINARY_HASH";
FROM alpine:3.18.5
FROM alpine:3.19.1
RUN set -ex; \
apk add --no-cache \
tzdata \