summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-08 02:04:37 +0000
committerGitHub <noreply@github.com>2022-08-08 02:04:37 +0000
commite48cf072b235bc5359108db68e06c3f7d81b1cf8 (patch)
treef5e122a47998030272e91979d628e28133d58e83 /Dockerfile
parent8301be940cf50648ae3ed16beb2ec350d19298d8 (diff)
Bump golang from 1.18-alpine to 1.19.0-alpine
Bumps golang from 1.18-alpine to 1.19.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 3d7b11e4..55be3d42 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3.1-labs
-FROM --platform=linux/amd64 golang:1.18-alpine AS build
+FROM --platform=linux/amd64 golang:1.19.0-alpine AS build
ARG TARGETOS
ARG TARGETARCH