Merge pull request #2344 from nextcloud/imaginary-container-update

Imaginary update
This commit is contained in:
Simon L 2023-04-15 12:54:45 +02:00 committed by GitHub
commit 1aa861ba2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ FROM golang:1.20.3-alpine3.17 as go
RUN apk add --no-cache \
vips-dev \
build-base; \
go install github.com/h2non/imaginary@b632dae
go install github.com/h2non/imaginary@b632dae8cc321452c3f85bcae79c580b1ae1ed84
FROM alpine:3.17.3
RUN apk add --no-cache \