Merge pull request #2486 from nextcloud/dependabot/docker/Containers/imaginary/golang-1.20.4-alpine3.17

Bump golang from 1.20.3-alpine3.17 to 1.20.4-alpine3.17 in /Containers/imaginary
This commit is contained in:
Simon L
2023-05-03 15:01:16 +02:00
committed by GitHub

View File

@@ -1,4 +1,4 @@
FROM golang:1.20.3-alpine3.17 as go
FROM golang:1.20.4-alpine3.17 as go
RUN set -ex; \
apk add --no-cache \
vips-dev \