fix(deps): update all-dependencies

This commit is contained in:
2026-03-13 15:00:59 +00:00
parent 294a87078a
commit 2362c9dbca
3 changed files with 20 additions and 8 deletions
+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 cleancss -o ./public/output.css ./tmp/output.css
FROM golang:1.26.0-alpine AS go_builder
FROM golang:1.26.1-alpine AS go_builder
WORKDIR /src
COPY . .