-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump debian from 12.6-slim to 12.7-slim (#95)
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
1 parent
69219c9
commit 61631c6
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / buildThe 'as' keyword should match the case of the 'from' keyword
Check warning on line 1 in Dockerfile GitHub Actions / buildThe 'as' keyword should match the case of the 'from' keyword
|
||
ARG TARGETARCH | ||
|
||
FROM tini_base AS tini_base-amd64 | ||
|
@@ -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 GitHub Actions / buildThe 'as' keyword should match the case of the 'from' keyword
Check warning on line 34 in Dockerfile GitHub Actions / buildThe 'as' keyword should match the case of the 'from' keyword
|
||
|
||
ARG SU_EXEC_COMMIT_SHA=4c3bb42b093f14da70d8ab924b487ccfbb1397af | ||
|
||
|
@@ -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]" | ||
|
||
|