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

Commit 55ebbcd

Browse files
build(deps): update golang docker tag to v1.21.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0f9b4b commit 55ebbcd

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

77
ARG version=develop

0 commit comments

Comments
 (0)