mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
bump node to v22 (#218)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM node:20-bullseye-slim AS build
|
||||
FROM node:22-bullseye-slim AS build
|
||||
|
||||
WORKDIR /bonob
|
||||
|
||||
@@ -36,7 +36,7 @@ RUN apt-get update && \
|
||||
NODE_ENV=production npm install --omit=dev
|
||||
|
||||
|
||||
FROM node:20-bullseye-slim
|
||||
FROM node:22-bullseye-slim
|
||||
|
||||
LABEL maintainer="simojenki" \
|
||||
org.opencontainers.image.source="https://github.com/simojenki/bonob" \
|
||||
|
||||
Reference in New Issue
Block a user