Update Node.js to v24
This commit is contained in:
parent
68e5105bfe
commit
29a32355d6
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: 'data.forgejo.org/oci/node:20-bookworm'
|
||||
image: 'data.forgejo.org/oci/node:24-bookworm'
|
||||
outputs:
|
||||
built: "${{ steps.build.outputs.built }}"
|
||||
forgejo_versions_json: "${{ steps.build.outputs.forgejo_versions_json }}"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM data.forgejo.org/oci/node:22-trixie
|
||||
FROM data.forgejo.org/oci/node:24-trixie
|
||||
|
||||
ENV PATH=$PATH:/setup-forgejo
|
||||
ENV _CONTAINERS_USERNS_CONFIGURED=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue