Pin dependencies
This commit is contained in:
parent
fc2c5bd798
commit
c6d9141ce6
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ certManager:
|
|||
|
||||
image:
|
||||
repository: ghcr.io/mortenlj/cert-manager-webhook-domeneshop
|
||||
tag: latest
|
||||
tag: latest@sha256:69f0f39a2c455b5c6669dac2cd31d4348d67e8f170650cde9744f4c4f5a90a41
|
||||
pullPolicy: Always
|
||||
|
||||
nameOverride: ""
|
||||
|
|
Loading…
Add table
Reference in a new issue