mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-04 01:18:20 +02:00
task(ci): Bump base image for OSS docker (#10014)
We're building with node 22 locally, so our docker image should also use node 22. This PR bumps our docker workflow to use 22.15.1 image.
This commit is contained in:
parent
f9f2a55602
commit
1a0cfd6821
2
.github/workflows/docker_publish.yaml
vendored
2
.github/workflows/docker_publish.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
version: [20.19.0-alpine3.21]
|
||||
version: [22.15.1-alpine3.21]
|
||||
steps:
|
||||
- name: Checkout tag v${{ inputs.version }}
|
||||
if: ${{ inputs.version != '' }}
|
||||
|
Loading…
Reference in New Issue
Block a user