We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b4468f commit a8c5b53Copy full SHA for a8c5b53
.github/workflows/artifacts.yaml
@@ -76,7 +76,7 @@ jobs:
76
77
- name: Gather build metadata
78
id: meta
79
- uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
+ uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
80
with:
81
images: ${{ steps.image-name.outputs.value }}
82
flavor: |
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=$BUILDPLATFORM golang:1.25.2-alpine3.22@sha256:6104e2bbe9f6a07a009159692fe0df1a97b77f5b7409ad804b17d6916c635ae5 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine3.22@sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb AS builder
2
3
RUN apk add --update --no-cache ca-certificates make git curl
4
0 commit comments