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
…23.3 (#87)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent d90dd7e commit b6d6287
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.23.2 as builder
FROM --platform=$BUILDPLATFORM registry-1.docker.io/library/golang:1.23.3 as builder

Check warning on line 6 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build Go

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
WORKDIR /build/
COPY go.mod go.sum ./
RUN go mod download
Expand Down

0 comments on commit b6d6287

Please sign in to comment.