File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4444 uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
4545
4646 - name : Login to GitHub Container Registry
47- uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
47+ uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
4848 with :
4949 registry : ghcr.io
5050 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 1- FROM golang:1.25.6-alpine3.23@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029 AS builder
1+ FROM golang:1.25.6-alpine3.23@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92 AS builder
22
33WORKDIR /workspace
44
Original file line number Diff line number Diff line change 11# Build the runner binary
2- FROM golang:1.25.6-alpine3.23@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029 AS builder
2+ FROM golang:1.25.6-alpine3.23@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92 AS builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
@@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GO111MODULE=on go build -a -o runner main.go
1919
2020# Use distroless as minimal base image to package the runner binary
2121# Refer to https://github.com/GoogleContainerTools/distroless for more details
22- FROM alpine:3.23.2 @sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
22+ FROM alpine:3.23.3 @sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
2323RUN apk add socat
2424WORKDIR /
2525COPY --from=builder /workspace/runner .
Original file line number Diff line number Diff line change 11# Build the runner binary
2- FROM golang:1.25.6-alpine3.23@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029 AS builder
2+ FROM golang:1.25.6-alpine3.23@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92 AS builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
Original file line number Diff line number Diff line change 11# Build the runner binary
2- FROM golang:1.25.6-alpine3.23@sha256:d9b2e14101f27ec8d09674cd01186798d227bb0daec90e032aeb1cd22ac0f029 AS builder
2+ FROM golang:1.25.6-alpine3.23@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92 AS builder
33
44WORKDIR /workspace
55# Copy the Go Modules manifests
You can’t perform that action at this time.
0 commit comments