Skip to content

Commit 410ed21

Browse files
chore(deps): update alpine docker tag to v3.22
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.21 | 3.22 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent a59ae7e commit 410ed21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN go mod download -x
1010
COPY . .
1111
RUN CGO_ENABLED=0 go build -v
1212

13-
FROM alpine:3.21
13+
FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
1414

1515
RUN apk add --no-cache ca-certificates
1616

0 commit comments

Comments
 (0)