1
0
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:
Christopher Kolstad 2025-05-16 15:50:58 +02:00 committed by GitHub
parent f9f2a55602
commit 1a0cfd6821
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 != '' }}