Skip to content

Commit

Permalink
Update fitness-functions-release-8.2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Sep 9, 2024
1 parent 1e196df commit 01a1f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fitness-functions-release-8.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
configured-alpine-is-latest-version:
name: "Ensure that Alpine 3.19 is the latest alpine version"
env:
LATEST_ALPINE_RELEASE: "3.19.1"
LATEST_ALPINE_RELEASE: "3.20.3"
runs-on: ubuntu-latest
steps:
- name: Execute
run: >
docker run --pull always --rm alpine:3.19 cat /etc/os-release | grep $LATEST_ALPINE_RELEASE
docker run --pull always --rm alpine:3.20 cat /etc/os-release | grep $LATEST_ALPINE_RELEASE

0 comments on commit 01a1f00

Please sign in to comment.