Update node Docker tag to v23
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2024-10-31 00:36:42 +00:00
parent 5917068add
commit 800969b9cc

View File

@ -5,7 +5,7 @@ name: default
steps: steps:
- name: web_build - name: web_build
image: node:22 image: node:23
volumes: volumes:
- name: web_app - name: web_app
path: /tmp/web_build path: /tmp/web_build