upgrade node (#1796)

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
This commit is contained in:
Kevin Burnett 2024-06-21 18:32:17 +00:00 committed by GitHub
parent 41d73c2620
commit df91abef7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
nodejs 18.18.0
nodejs 22.3.0

View File

@ -1,5 +1,5 @@
# Base image to share ENV vars that activate VENV.
FROM node:20.8.1-bookworm-slim AS base
FROM node:22.3.0-bookworm-slim AS base
RUN mkdir /app