Revert build

This commit is contained in:
davralin 2022-05-25 18:45:59 +02:00
parent dec0142a5b
commit 59767804a9
No known key found for this signature in database
GPG Key ID: 8C3D28C129BCD472
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Build image
FROM golang:1.18-alpine as build
FROM golang:1.15-alpine as build
RUN apk add --update nodejs npm make g++ git
RUN npm install -g less less-plugin-clean-css