upgrade to golang 1.16 due to «make error»

This commit is contained in:
aitzol76 2022-12-25 23:34:18 +01:00
parent 860d3f72a2
commit 5e91ddb6a4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Build image
FROM golang:1.16-alpine as build #golang version upgrade due to "make error: package embed is not in GOROOT (/usr/local/go/src/embed)"
FROM golang:1.16-alpine as build
RUN apk add --update nodejs npm make g++ git
RUN npm install -g less less-plugin-clean-css