4 Commits

Author SHA1 Message Date
d9ad5ff2d9 Merge pull request #40 from N0rthernL1ghts/dependabot/github_actions/docker/bake-action-6.8.0
Bump docker/bake-action from 6.7.0 to 6.8.0
2025-06-16 14:04:43 +02:00
bce0abcfb8 Merge pull request #41 from N0rthernL1ghts/dependabot/docker/alpine-3.22
Bump alpine from 3.21 to 3.22
2025-06-16 14:04:31 +02:00
dependabot[bot]
b31c815813 Bump alpine from 3.21 to 3.22
Bumps alpine from 3.21 to 3.22.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.22'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-02 11:09:42 +00:00
dependabot[bot]
e4615c6b69 Bump docker/bake-action from 6.7.0 to 6.8.0
Bumps [docker/bake-action](https://github.com/docker/bake-action) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/docker/bake-action/releases)
- [Commits](https://github.com/docker/bake-action/compare/v6.7.0...v6.8.0)

---
updated-dependencies:
- dependency-name: docker/bake-action
  dependency-version: 6.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-05-28 10:43:39 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
password: ${{secrets.PAT_TOKEN}}
-
name: Build and push
uses: docker/bake-action@v6.7.0
uses: docker/bake-action@v6.8.0
with:
files: build/docker-bake.hcl
push: true

View File

@@ -5,7 +5,7 @@ ARG S6_OVERLAY_PAK_EXT=".tar.xz"
# Downloader stage: download s6-overlay base, binary, symlinks and checksums
FROM alpine:3.21 AS downloader
FROM alpine:3.22 AS downloader
ARG TARGETPLATFORM
ARG S6_OVERLAY_VERSION
ARG S6_OVERLAY_RELEASE

View File

@@ -1,5 +1,5 @@
# First stage - Download s6-overlay and unpack it
FROM alpine:3.21 AS downloader
FROM alpine:3.22 AS downloader
ARG TARGETPLATFORM