mirror of
https://github.com/niusmallnan/steve.git
synced 2025-08-27 09:18:49 +00:00
K-EXPLORER: bump golang 1.17
This commit is contained in:
parent
ddca6fb48f
commit
62d6de019d
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user