update: new go version
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
This commit is contained in:
@ -14,7 +14,7 @@ RUN javascript-obfuscator ./public/validatePassword.js --compact true --self-def
|
||||
RUN javascript-obfuscator ./public/websocket.js --compact true --self-defending true --output ./public/websocket_obfuscated.js
|
||||
RUN cleancss -o ./public/output.css ./tmp/output.css
|
||||
|
||||
FROM golang:1.23.1-alpine3.20 AS go_builder
|
||||
FROM golang:1.24.4-alpine AS go_builder
|
||||
|
||||
WORKDIR /src
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user