Pin dependencies

This commit is contained in:
renovate[bot] 2025-02-06 08:07:16 +00:00 committed by GitHub
parent fc2c5bd798
commit c6d9141ce6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23-alpine AS build_deps
FROM --platform=$BUILDPLATFORM golang:1.23-alpine@sha256:2c49857f2295e89b23b28386e57e018a86620a8fede5003900f2d138ba9c4037 AS build_deps
RUN apk add --no-cache git
@ -17,7 +17,7 @@ ARG TARGETOS
ARG TARGETARCH
RUN GOOS=$TARGETOS GOARCH=$TARGETARCH CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
FROM alpine:3
FROM alpine:3@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
RUN apk add --no-cache ca-certificates

View file

@ -14,7 +14,7 @@ certManager:
image:
repository: ghcr.io/mortenlj/cert-manager-webhook-domeneshop
tag: latest
tag: latest@sha256:69f0f39a2c455b5c6669dac2cd31d4348d67e8f170650cde9744f4c4f5a90a41
pullPolicy: Always
nameOverride: ""