Skip to content

Commit

Permalink
Merge pull request #94 from crazy-max/alpine-3.21
Browse files Browse the repository at this point in the history
Alpine Linux 3.21
  • Loading branch information
crazy-max authored Dec 23, 2024
2 parents 3f721ba + 27819fd commit c6cd78d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ env:
GHCR_SLUG: ghcr.io/crazy-max/alpine-s6
DOCKERHUB_DIST_SLUG: crazymax/alpine-s6-dist
GHCR_DIST_SLUG: ghcr.io/crazy-max/alpine-s6-dist
ALPINE_LATEST: '3.20'
ALPINE_LATEST: '3.21'

jobs:
build:
strategy:
fail-fast: false
matrix:
alpine_version:
- '3.15'
- '3.16'
- '3.17'
- '3.18'
- '3.19'
- '3.20'
- '3.21'
- 'edge'
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- legacy-pureftpd
- legacy-rrdtool
alpine_version:
- '3.15'
- '3.16'
- '3.17'
- '3.18'
- '3.19'
- '3.20'
- '3.21'
- 'edge'
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG ALPINE_VERSION="latest"
ARG XX_VERSION="1.5.0"
ARG XX_VERSION="1.6.1"

ARG S6_OVERLAY_VERSION="3.2.0.0"
ARG S6_OVERLAY_REF="e2738d136bbdedbe3553b947f3c18183fc70e56c"
Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ target "args" {
}

target "platforms" {
platforms = ALPINE_VERSION == "3.20" || ALPINE_VERSION == "latest" || ALPINE_VERSION == "edge" ? [
platforms = ALPINE_VERSION == "3.21" || ALPINE_VERSION == "3.20" || ALPINE_VERSION == "latest" || ALPINE_VERSION == "edge" ? [
"linux/386",
"linux/amd64",
"linux/arm64",
Expand Down

0 comments on commit c6cd78d

Please sign in to comment.