summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2022-08-16 18:52:57 -0400
committerGitHub <noreply@github.com>2022-08-16 18:52:57 -0400
commitcced73f5c2ebeaf8d7b49f2bf0d3bf4196baca5e (patch)
treee86ba017aa6257bd5854a269efbc9ab7fadd1dc3
parent8301be940cf50648ae3ed16beb2ec350d19298d8 (diff)
parentbee09d21c3146af155f76e45aa654534bf17ebfa (diff)
Merge pull request #1476 from hairyhenderson/dependabot/docker/golang-1.19.0-alpine
Bump golang from 1.18-alpine to 1.19.0-alpine
-rw-r--r--Dockerfile2
-rw-r--r--Dockerfile.integration2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 3d7b11e4..a391e616 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-alpine AS build
ARG TARGETOS
ARG TARGETARCH
diff --git a/Dockerfile.integration b/Dockerfile.integration
index fe6e246e..8ce61232 100644
--- a/Dockerfile.integration
+++ b/Dockerfile.integration
@@ -2,7 +2,7 @@ FROM vault:1.11.1 AS vault
FROM consul:1.12.3 AS consul
-FROM golang:1.18-alpine
+FROM golang:1.19-alpine
COPY --from=vault /bin/vault /bin/vault
COPY --from=consul /bin/consul /bin/consul