fix: Force version number for node image

This commit is contained in:
Glenn Y. Rolland 2023-01-12 08:47:45 +01:00
parent c5b12cb0a8
commit adaa7c0f25
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:bullseye-slim
FROM node:18-bullseye-slim
MAINTAINER Glenn ROLLAND <glenux@glenux.net>
RUN apt-get update \