Skip to content

Commit e596fa1

Browse files
authored
3.18.4
1 parent 6543fba commit e596fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fitness-functions-release-8.1.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
configured-release-8-1-alpine-is-latest-version:
1212
name: "Ensure that Alpine is the latest alpine version for release 8.1"
1313
env:
14-
LATEST_ALPINE_RELEASE: "3.18.3"
14+
LATEST_ALPINE_RELEASE: "3.18.4"
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Execute
@@ -29,4 +29,4 @@ jobs:
2929
- php81-pecl-grpc
3030
steps:
3131
- name: Execute
32-
run: "! docker run --rm alpine:3.18.3 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"
32+
run: "! docker run --rm alpine:3.18.4 apk --no-cache search ${{ matrix.package }} | grep ${{ matrix.package }}"

0 commit comments

Comments
 (0)