We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6543fba commit e596fa1Copy full SHA for e596fa1
.github/workflows/fitness-functions-release-8.1.yml
@@ -11,7 +11,7 @@ jobs:
11
configured-release-8-1-alpine-is-latest-version:
12
name: "Ensure that Alpine is the latest alpine version for release 8.1"
13
env:
14
- LATEST_ALPINE_RELEASE: "3.18.3"
+ LATEST_ALPINE_RELEASE: "3.18.4"
15
runs-on: ubuntu-latest
16
steps:
17
- name: Execute
@@ -29,4 +29,4 @@ jobs:
29
- php81-pecl-grpc
30
31
32
- run: "! docker run --rm alpine:3.18.3 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
+ run: "! docker run --rm alpine:3.18.4 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
0 commit comments