mirror of
https://github.com/niusmallnan/steve.git
synced 2025-09-01 05:09:28 +00:00
K-EXPLORER: bump golang 1.17
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# syntax = docker/dockerfile:experimental
|
||||
FROM golang:1.13.4 as build
|
||||
FROM golang:1.17 as build
|
||||
COPY go.mod go.sum main.go /src/
|
||||
COPY pkg /src/pkg/
|
||||
#RUN --mount=type=cache,target=/root/.cache/go-build \
|
||||
|
Reference in New Issue
Block a user