Skip to content

Commit

Permalink
Update golang:1.21 Docker digest to 672a228
Browse files Browse the repository at this point in the history
Signed-off-by: Platform Engineering Bot <[email protected]>
  • Loading branch information
platform-engineering-bot committed Dec 25, 2023
1 parent 3b23c0a commit 5106b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.21@sha256:2ff79bcdaff74368a9fdcb06f6599e54a71caf520fd2357a55feddd504bcaffb AS builder
FROM golang:1.21@sha256:672a2286da3ee7a854c3e0a56e0838918d0dbb1c18652992930293312de898a6 AS builder
COPY . /build
WORKDIR /build
RUN CGO_ENABLED=0 go build ./act.go
Expand Down

0 comments on commit 5106b6c

Please sign in to comment.