mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-06-19 07:36:59 +00:00
chore(docker): use latest nginx base
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
ARG NGINX_VERSION=1.29.8
|
||||
ARG NGINX_VERSION=latest
|
||||
FROM nginx:${NGINX_VERSION}
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# CGO_ENABLED=1 GOOS=linux CC=x86_64-unknown-linux-gnu-gcc CXX=x86_64-unknown-linux-gnu-g++ GOARCH=amd64 go build -ldflags "-X 'github.com/0xJacky/Nginx-UI/settings.buildTime=$(date +%s)'" -o nginx-ui -v main.go
|
||||
ARG NGINX_VERSION=1.29.8
|
||||
ARG NGINX_VERSION=latest
|
||||
FROM nginx:${NGINX_VERSION}
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
Reference in New Issue
Block a user