Skip to content

Commit

Permalink
chore(deps,docker): digest update golang:1.22-alpine docker digest to…
Browse files Browse the repository at this point in the history
… 8c9183f
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent 787fc33 commit 261f615
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,4 +1,4 @@
FROM golang:1.22-alpine@sha256:9bdd5692d39acc3f8d0ea6f81327f87ac6b473dd29a2b6006df362bff48dd1f8 as builder
FROM golang:1.22-alpine@sha256:8c9183f715b0b4eca05b8b3dbf59766aaedb41ec07477b132ee2891ac0110a07 as builder
COPY main.go .
ENV CGO_ENABLED=0
RUN go build -o /app main.go
Expand Down

0 comments on commit 261f615

Please sign in to comment.