Skip to content

Commit

Permalink
Merge pull request #644 from nginx-proxy/dependabot/docker/debian-12.…
Browse files Browse the repository at this point in the history
…7-slim

build: bump debian from 12.6-slim to 12.7-slim
  • Loading branch information
buchdag committed Sep 5, 2024
2 parents 644fcb4 + 44d7bc9 commit 5a09c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -eux; \
go env | grep -E 'OS=|ARCH=|ARM=|AMD64='; \
go build -ldflags "-X main.buildVersion=${DOCKER_GEN_VERSION}" -o docker-gen ./cmd/docker-gen

FROM --platform=$TARGETPLATFORM debian:12.6-slim
FROM --platform=$TARGETPLATFORM debian:12.7-slim

Check warning on line 27 in Dockerfile.debian

View workflow job for this annotation

GitHub Actions / Build and publish image (debian)

Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior

RedundantTargetPlatform: Setting platform to predefined $TARGETPLATFORM in FROM is redundant as this is the default behavior More info: https://docs.docker.com/go/dockerfile/rule/redundant-target-platform/

ARG DOCKER_GEN_VERSION
ENV DOCKER_GEN_VERSION=${DOCKER_GEN_VERSION} \
Expand Down

0 comments on commit 5a09c3e

Please sign in to comment.