mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
app/vmui/Dockerfile-web: update Go builder for vmui from v1.17.1 to v1.17.3
This commit is contained in:
parent
129b0d2b22
commit
b585a550ba
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.17.1 as build-web-stage
|
||||
FROM golang:1.17.3 as build-web-stage
|
||||
COPY build /build
|
||||
|
||||
WORKDIR /build
|
||||
|
|
Loading…
Reference in a new issue