Merge pull request #84 from halverneus/dependabot/docker/golang-1.19.3

Bump golang from 1.19.2 to 1.19.3
This commit is contained in:
Jeromy Streets 2022-11-29 10:53:01 -08:00 committed by GitHub
commit 9cab6afabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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