Skip to content

Commit

Permalink
Added recent alpine versions for fitness functions
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze committed Feb 17, 2025
1 parent 0abd401 commit daebc3c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fitness-functions-release-8.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
configured-release-8-1-alpine-is-latest-version:
name: "Ensure that Alpine is the latest alpine version for release 8.1"
env:
LATEST_ALPINE_RELEASE: "3.19.6"
LATEST_ALPINE_RELEASE: "3.19.7"
runs-on: ubuntu-latest
steps:
- name: Execute
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fitness-functions-release-8.2-zts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
configured-alpine-is-latest-version:
name: "Ensure that Alpine is the latest alpine version"
env:
LATEST_ALPINE_RELEASE: "3.21.2"
LATEST_ALPINE_RELEASE: "3.21.3"
runs-on: ubuntu-latest
steps:
- name: Execute
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fitness-functions-release-8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
configured-alpine-is-latest-version:
name: "Ensure that Alpine 3.20 is the latest alpine version"
env:
LATEST_ALPINE_RELEASE: "3.20.5"
LATEST_ALPINE_RELEASE: "3.20.6"
runs-on: ubuntu-latest
steps:
- name: Execute
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fitness-functions-release-8.3-zts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
configured-alpine-is-latest-version:
name: "Ensure that Alpine is the latest alpine version"
env:
LATEST_ALPINE_RELEASE: "3.21.2"
LATEST_ALPINE_RELEASE: "3.21.3"
runs-on: ubuntu-latest
steps:
- name: Execute
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fitness-functions-release-8.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
configured-alpine-is-latest-version:
name: "Ensure that Alpine 3.20 is the latest alpine version"
env:
LATEST_ALPINE_RELEASE: "3.20.5"
LATEST_ALPINE_RELEASE: "3.20.6"
runs-on: ubuntu-latest
steps:
- name: Execute
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fitness-functions-release-8.4-zts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
configured-alpine-is-latest-version:
name: "Ensure that Alpine is the latest alpine version"
env:
LATEST_ALPINE_RELEASE: "3.21.2"
LATEST_ALPINE_RELEASE: "3.21.3"
runs-on: ubuntu-latest
steps:
- name: Execute
Expand Down

0 comments on commit daebc3c

Please sign in to comment.