Bump golang from 1.20.2 to 1.20.4

Bumps golang from 1.20.2 to 1.20.4.

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/96/head
dependabot[bot] 11 months ago committed by GitHub
parent dae88509ca
commit b56af62ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile
  2. 2
      Dockerfile.all

@ -1,7 +1,7 @@
################################################################################
## GO BUILDER
################################################################################
FROM golang:1.20.2 as builder
FROM golang:1.20.4 as builder
ENV VERSION 1.8.8
ENV CGO_ENABLED 0

@ -1,4 +1,4 @@
FROM golang:1.20.2 as builder
FROM golang:1.20.4 as builder
ENV VERSION 1.8.8
ENV BUILD_DIR /build

Loading…
Cancel
Save