Bump golang in /Containers/imaginary

Bumps golang from 1.20.3-alpine3.17 to 1.20.4-alpine3.17.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-05-03 13:00:30 +00:00
committed by GitHub
parent 14fd25c837
commit b9ac7851b2

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 \