summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-06 03:01:40 +0000
committerGitHub <noreply@github.com>2023-02-06 03:01:40 +0000
commitecbe805c1dabb88a1ff9cf5074cac5bbf43bbff6 (patch)
tree4eb428edea177b2bc52eafefda2aa4188e9efbdb /Dockerfile
parentdc92c29dab0f5d1c04aa9ec1a24c5b3f30f80df1 (diff)
Build(deps): Bump golang from 1.19-alpine to 1.20-alpine
Bumps golang from 1.19-alpine to 1.20-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 948dd888..71403790 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3.1-labs
-FROM --platform=linux/amd64 golang:1.19-alpine AS build
+FROM --platform=linux/amd64 golang:1.20-alpine AS build
ARG TARGETOS
ARG TARGETARCH