Skip to content

Commit

Permalink
Merge pull request #213 from nscuro/renovate/golang-1.22.0-alpine3.18
Browse files Browse the repository at this point in the history
chore(deps): update golang:1.22.0-alpine3.18 docker digest to 2745a45
  • Loading branch information
nscuro committed Feb 7, 2024
2 parents 63c9af3 + 6cbfe93 commit 9fc2ef9
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.0-alpine3.18@sha256:09dd80cf5c7100c4c9fc8b9b8f9433181b2db2b38a7c8fe29d92471a1817544b as build
FROM golang:1.22.0-alpine3.18@sha256:2745a45f77ae2e7be569934fa9a111f067d04c767f54577e251d9b101250e46b as build
RUN apk add --no-cache ca-certificates git make
WORKDIR /usr/src/app
COPY ./go.mod ./go.sum ./
Expand Down

0 comments on commit 9fc2ef9

Please sign in to comment.