Skip to content

Commit

Permalink
chore(): Update registry-1.docker.io/library/golang Docker tag to v1.…
Browse files Browse the repository at this point in the history
…22.0
  • Loading branch information
renovate[bot] committed Feb 8, 2024
1 parent 320a02c commit c439005
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
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.21.7 as builder
FROM --platform=$BUILDPLATFORM registry-1.docker.io/library/golang:1.22.0 as builder
WORKDIR /build/
COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit c439005

Please sign in to comment.