diff options
author | Nick Schonning <nschonni@gmail.com> | 2023-02-12 22:58:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-13 04:58:37 +0100 |
commit | c6b7e0412061770f26c4eb5700fb1f515c8f9a53 (patch) | |
tree | fde1d827c2fc421d0f6aeab0c0f8f0969a495bc6 /Dockerfile | |
parent | a1c0573bc6f4e4778c10f1d08f0bc35260d620ed (diff) |
Sync Node.js to 16.19 patch release (#23554)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index 35c7ae441..fbb887141 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1.4 # This needs to be bullseye-slim because the Ruby image is built on bullseye-slim -ARG NODE_VERSION="16.18.1-bullseye-slim" +ARG NODE_VERSION="16.19-bullseye-slim" FROM ghcr.io/moritzheiber/ruby-jemalloc:3.0.4-slim as ruby FROM node:${NODE_VERSION} as build |