Merge pull request #4859 from nextcloud/enh/4258/update-alpine

imaginary: update alpine to 3.20
This commit is contained in:
Simon L 2024-06-21 12:25:41 +02:00 committed by GitHub
commit 8e7a5c8b45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:latest
FROM golang:1.22.3-alpine3.18 as go
FROM golang:1.22.3-alpine3.20 as go
ENV IMAGINARY_HASH 6cd9edd1d3fb151eb773c14552886e4fc8e50138
@ -13,7 +13,7 @@ RUN set -ex; \
build-base; \
go install github.com/h2non/imaginary@"$IMAGINARY_HASH";
FROM alpine:3.18.6
FROM alpine:3.20.1
RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache \