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

Commit e47fd86

Browse files
committed
Update golang Docker tag to v1.17.4
Signed-off-by: Renovate Bot <[email protected]>
1 parent c24c27e commit e47fd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.4-alpine as builder
55
RUN apk add --no-cache gcc libc-dev git
66

77
ARG version=develop

0 commit comments

Comments
 (0)