Update node version in Dockerfile

This commit is contained in:
austinkelsay 2024-12-03 12:47:12 -06:00
parent da5484eca5
commit 1121ed3e93
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM node:18.17.0-bullseye FROM node:18.18.0-bullseye
WORKDIR /app WORKDIR /app