chore(deps): pin dependencies (#233)
auth0mock / build (push) Successful in 5m27s

This commit was merged in pull request #233.
This commit is contained in:
2026-01-09 08:01:09 +00:00
parent ec3ea75db5
commit 64e0405e68
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ RUN go mod download
COPY . . COPY . .
RUN go build -ldflags="-s -w" -o /release/service ./cmd/service RUN go build -ldflags="-s -w" -o /release/service ./cmd/service
FROM gcr.io/distroless/static-debian12 FROM gcr.io/distroless/static-debian12@sha256:4b2a093ef4649bccd586625090a3c668b254cfe180dee54f4c94f3e9bd7e381e
ENV TZ=Europe/Stockholm ENV TZ=Europe/Stockholm
ENV AUDIENCE="https://shiny.unbound.se" ENV AUDIENCE="https://shiny.unbound.se"
+1 -1
View File
@@ -14,7 +14,7 @@ spec:
spec: spec:
containers: containers:
- name: auth0mock - name: auth0mock
image: oci.unbound.se/unboundsoftware/auth0mock:${COMMIT} image: oci.unbound.se/unboundsoftware/auth0mock@sha256:1cd8b8f90df625ef530c35a18e1493eeced799b90a1e01c79212c3d0eb9a3187:${COMMIT}
imagePullPolicy: "IfNotPresent" imagePullPolicy: "IfNotPresent"
resources: resources:
requests: requests: