Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit ced8dae

Browse files
committed
build(deps): update golang docker tag to v1.17.7
Signed-off-by: Renovate Bot <bot@renovateapp.com>
1 parent 4557ca2 commit ced8dae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use the offical Golang image to create a build artifact.
22
# This is based on Debian and sets the GOPATH to /go.
33
# https://hub.docker.com/_/golang
4-
FROM golang:1.16.2-alpine as builder
4+
FROM golang:1.17.7-alpine as builder
55

66
RUN apk add --no-cache gcc libc-dev git
77

initcontainer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use the offical Golang image to create a build artifact.
22
# This is based on Debian and sets the GOPATH to /go.
33
# https://hub.docker.com/_/golang
4-
FROM golang:1.16.2-alpine as builder
4+
FROM golang:1.17.7-alpine as builder
55

66
RUN apk add --no-cache gcc libc-dev git
77

0 commit comments

Comments
 (0)