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

Commit a6f0e2f

Browse files
committed
build(deps): update golang docker tag to v1.17.7
Signed-off-by: Renovate Bot <[email protected]>
1 parent ac86eed commit a6f0e2f

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

77
ARG version=develop

0 commit comments

Comments
 (0)