Skip to content

Commit

Permalink
chore: Use 20.18.1 instead of 20.14 as our node base image (#9004)
Browse files Browse the repository at this point in the history
We already have 20.18.1 set as the default in our Dockerfile, but we
override it with an arg from the workflow, so this brings the workflow
up to date with what we use as our default.
  • Loading branch information
chriswk authored Dec 19, 2024
1 parent c7203a6 commit 1e1761e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [ 20.14.0-alpine ]
version: [ 20.18.1-alpine ]
steps:
- name: Checkout tag v${{ inputs.version }}
if: ${{ inputs.version != '' }}
Expand Down

0 comments on commit 1e1761e

Please sign in to comment.