Skip to content

Commit

Permalink
chore(go): Update registry-1.docker.io/library/golang Docker tag to v…
Browse files Browse the repository at this point in the history
…1.22.3
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent cf738da commit 9e787d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM registry-1.docker.io/library/alpine:latest as cer
RUN apk update && apk add --no-cache ca-certificates

# ---
FROM --platform=$BUILDPLATFORM registry-1.docker.io/library/golang:1.22.2 as builder
FROM --platform=$BUILDPLATFORM registry-1.docker.io/library/golang:1.22.3 as builder
WORKDIR /build/
COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit 9e787d5

Please sign in to comment.