chore(deps): update golang docker tag to v1.26.2

This commit is contained in:
2026-04-07 23:02:04 +00:00
parent e934494b4b
commit b9242034e5
+1 -1
View File
@@ -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 javascript-obfuscator ./public/websocket.js --compact true --self-defending true --output ./public/websocket_obfuscated.js
RUN cleancss -o ./public/output.css ./tmp/output.css RUN cleancss -o ./public/output.css ./tmp/output.css
FROM golang:1.26.1-alpine AS go_builder FROM golang:1.26.2-alpine AS go_builder
WORKDIR /src WORKDIR /src
COPY . . COPY . .