chore(deps): update alpine docker tag to v3.23.2
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
||||
name: Check Preconditions
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90
|
||||
image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
|
||||
steps:
|
||||
- name: Validate token
|
||||
run: |
|
||||
@@ -87,7 +87,7 @@ jobs:
|
||||
needs: changelog
|
||||
if: needs.changelog.outputs.has_changes == 'true'
|
||||
container:
|
||||
image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90
|
||||
image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apk add --no-cache git jq curl
|
||||
@@ -295,7 +295,7 @@ jobs:
|
||||
github.ref_name == github.event.repository.default_branch &&
|
||||
inputs.tag_only != true
|
||||
container:
|
||||
image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90
|
||||
image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
@@ -358,7 +358,7 @@ jobs:
|
||||
github.ref_name == github.event.repository.default_branch &&
|
||||
inputs.tag_only == true
|
||||
container:
|
||||
image: amd64/alpine:3.22.2@sha256:b687e78c6e2785808446f45b52f1540a1e58adc07bdcffea354933b18c613d90
|
||||
image: amd64/alpine:3.23.2@sha256:f276aafd5da0d02877540e1dbf42bdd6b08191073438dd03f0d3b8078f30fb34
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user