Merge pull request 'chore(deps): update golang docker tag to v1.25.6' (#10) from renovate/all-dependencies into main
Docker Build and Push / build-and-push (push) Successful in 15m57s
Docker Build and Push / build-and-push (push) Successful in 15m57s
This commit was merged in pull request #10.
This commit is contained in:
+1
-1
@@ -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.25.5-alpine AS go_builder
|
FROM golang:1.25.6-alpine AS go_builder
|
||||||
|
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user