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

Commit 7f0be8b

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

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,5 +1,5 @@
11
# syntax=docker/dockerfile:1.0-experimental
2-
FROM golang:1.15-alpine as builder
2+
FROM golang:1.16-alpine as builder
33
ARG VERSION
44
ENV GOCACHE "/go-build-cache"
55
WORKDIR /src

0 commit comments

Comments
 (0)