fix(deps): update all-dependencies

This commit is contained in:
2026-01-14 17:21:40 +00:00
parent 8d172ae37f
commit 2b13860320
4 changed files with 64 additions and 19 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.24.4-alpine AS go_builder
FROM golang:1.25.5-alpine AS go_builder
WORKDIR /src
COPY . .