Skip to content

Commit

Permalink
Bump debian from 12.6-slim to 12.7-slim (#95)
Browse files Browse the repository at this point in the history
Bumps debian from 12.6-slim to 12.7-slim.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 69219c9 commit 61631c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:12.6-slim as tini_base
FROM debian:12.7-slim as tini_base

Check warning on line 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

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 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

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 1 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

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/
ARG TARGETARCH

FROM tini_base AS tini_base-amd64
Expand Down Expand Up @@ -31,7 +31,7 @@ ADD "https://github.com/krallin/tini/releases/download/v${TINI_VERSION}/tini-${T
/tmp/tini


FROM debian:12.6-slim as su-exec_build
FROM debian:12.7-slim as su-exec_build

Check warning on line 34 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

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 34 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

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 34 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

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/

ARG SU_EXEC_COMMIT_SHA=4c3bb42b093f14da70d8ab924b487ccfbb1397af

Expand All @@ -44,7 +44,7 @@ RUN apt update \
&& gcc -Wall su-exec.c -o su-exec


FROM debian:12.6-slim
FROM debian:12.7-slim

LABEL maintainer="Saswat Padhi [email protected]"

Expand Down

0 comments on commit 61631c6

Please sign in to comment.