Skip to content

Commit

Permalink
Merge pull request #640 from nginx-proxy/dependabot/docker/golang-1.22.6
Browse files Browse the repository at this point in the history
build: bump golang from 1.22.5 to 1.22.6
  • Loading branch information
buchdag authored Aug 8, 2024
2 parents ac485c3 + 9eb583c commit 3d834d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_GEN_VERSION=main

# Build docker-gen from scratch
FROM --platform=$BUILDPLATFORM golang:1.22.5-alpine as go-builder
FROM --platform=$BUILDPLATFORM golang:1.22.6-alpine as go-builder

Check warning on line 4 in Dockerfile.alpine

View workflow job for this annotation

GitHub Actions / Build and publish image (alpine)

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/

Check warning on line 4 in Dockerfile.alpine

View workflow job for this annotation

GitHub Actions / Build and publish image (alpine)

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/

Check warning on line 4 in Dockerfile.alpine

View workflow job for this annotation

GitHub Actions / Build and publish image (alpine)

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/

Check warning on line 4 in Dockerfile.alpine

View workflow job for this annotation

GitHub Actions / Build and publish image (alpine)

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/

ENV CGO_ENABLED=0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_GEN_VERSION=main

# Build docker-gen from scratch
FROM --platform=$BUILDPLATFORM golang:1.22.5 as go-builder
FROM --platform=$BUILDPLATFORM golang:1.22.6 as go-builder

Check warning on line 4 in Dockerfile.debian

View workflow job for this annotation

GitHub Actions / Build and publish image (debian)

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/

Check warning on line 4 in Dockerfile.debian

View workflow job for this annotation

GitHub Actions / Build and publish image (debian)

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/

Check warning on line 4 in Dockerfile.debian

View workflow job for this annotation

GitHub Actions / Build and publish image (debian)

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/

Check warning on line 4 in Dockerfile.debian

View workflow job for this annotation

GitHub Actions / Build and publish image (debian)

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/

ENV CGO_ENABLED=0

Expand Down

0 comments on commit 3d834d0

Please sign in to comment.