File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77ARG BUILD_TAGS=""
88
99# Step 1: Modules caching
10- FROM golang:1.25.6-alpine@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029 AS modules
10+ FROM golang:1.25.6-alpine@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2 AS modules
1111COPY go.mod go.sum /modules/
1212WORKDIR /modules
1313RUN apk add --no-cache git
1414RUN go mod download
1515
1616# Step 2: Builder
17- FROM golang:1.25.6-alpine@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029 AS builder
17+ FROM golang:1.25.6-alpine@sha256:660f0b83cf50091e3777e4730ccc0e63e83fea2c420c872af5c60cb357dcafb2 AS builder
1818# Build tags control dependencies:
1919# - Default (no tags): Full build with UI
2020# - noui: Excludes web UI assets
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/gin-gonic/gin v1.11.0
1414 github.com/go-fuego/fuego v0.19.0
1515 github.com/go-xmlfmt/xmlfmt v1.1.3
16- github.com/golang-jwt/jwt/v5 v5.3.0
16+ github.com/golang-jwt/jwt/v5 v5.3.1
1717 github.com/golang-migrate/migrate/v4 v4.19.1
1818 github.com/gorilla/websocket v1.5.3
1919 github.com/ilyakaznacheev/cleanenv v1.5.0
Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ github.com/godbus/dbus/v5 v5.1.0 h1:4KLkAxT3aOY8Li4FRJe/KvhoNFFxo0m6fNuFUO8QJUk=
100100github.com/godbus/dbus/v5 v5.1.0 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
101101github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
102102github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
103- github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo =
104- github.com/golang-jwt/jwt/v5 v5.3.0 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
103+ github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY =
104+ github.com/golang-jwt/jwt/v5 v5.3.1 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
105105github.com/golang-migrate/migrate/v4 v4.19.1 h1:OCyb44lFuQfYXYLx1SCxPZQGU7mcaZ7gH9yH4jSFbBA =
106106github.com/golang-migrate/migrate/v4 v4.19.1 /go.mod h1:CTcgfjxhaUtsLipnLoQRWCrjYXycRz/g5+RWDuYgPrE =
107107github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
You can’t perform that action at this time.
0 commit comments