Change docker image in release to alpine 3.11

This commit is contained in:
Khanh Ngo 2020-04-25 08:35:55 +07:00
parent b12feb08bd
commit 0be9bd64da
No known key found for this signature in database
GPG key ID: D5FAA6A16150E49E

View file

@ -34,7 +34,7 @@ RUN mkdir -p /assets/plugins && \
# Release stage
FROM golang:1.14.2-alpine3.11
FROM alpine3.11
RUN addgroup -S wgui && \
adduser -S -D -G wgui wgui