Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit acd148e

Browse files
committed
chore(deps): update golang docker tag to v1.17
1 parent 71838c3 commit acd148e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.0-experimental
2-
FROM golang:1.15-alpine as builder
2+
FROM golang:1.17-alpine as builder
33
ARG VERSION
44
ENV GOCACHE "/go-build-cache"
55
WORKDIR /src

0 commit comments

Comments
 (0)