mirror of
https://github.com/cristicalin/synology-csi.git
synced 2026-05-07 21:42:39 +00:00
build with golang 1.16
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# Copyright 2021 Synology Inc.
|
||||
|
||||
############## Build stage ##############
|
||||
FROM golang:1.13.6-alpine as builder
|
||||
FROM golang:1.16.8-alpine as builder
|
||||
LABEL stage=synobuilder
|
||||
|
||||
RUN apk add --no-cache alpine-sdk
|
||||
WORKDIR /go/src/synok8scsiplugin
|
||||
COPY go.mod .
|
||||
COPY go.sum .
|
||||
RUN go mod download
|
||||
|
||||
COPY Makefile .
|
||||
|
||||
Reference in New Issue
Block a user