Skip to content
This repository was archived by the owner on Oct 31, 2021. It is now read-only.

Commit b2f684a

Browse files
committed
Update golang Docker tag
1 parent e5c7760 commit b2f684a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.7 as builder
1+
FROM golang:1.17.0 as builder
22

33
ARG REVISION
44
ARG BUILD_TIME

Dockerfile.work

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16 AS builder
1+
FROM golang:1.17 AS builder
22
RUN mkdir /src
33
COPY ./ /src
44
WORKDIR /src

0 commit comments

Comments
 (0)