mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-20 20:03:39 +03:00
Change docker image in release to alpine 3.11
This commit is contained in:
parent
b12feb08bd
commit
0be9bd64da
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ RUN mkdir -p /assets/plugins && \
|
||||||
|
|
||||||
|
|
||||||
# Release stage
|
# Release stage
|
||||||
FROM golang:1.14.2-alpine3.11
|
FROM alpine3.11
|
||||||
|
|
||||||
RUN addgroup -S wgui && \
|
RUN addgroup -S wgui && \
|
||||||
adduser -S -D -G wgui wgui
|
adduser -S -D -G wgui wgui
|
||||||
|
|
Loading…
Add table
Reference in a new issue