From 15fa9a5bf67e77273a0a67f16ce9aedd9f9371e6 Mon Sep 17 00:00:00 2001 From: Charlie Laabs Date: Sun, 23 Jun 2024 19:42:21 -0500 Subject: [PATCH] Pin Dockerfile Node version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd88524..7b19292 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # we need some image and video processing tools too, so use Debian 12 "Bookworm" as the base so we can get them. -FROM docker.io/node:bookworm +FROM docker.io/node:18-bookworm # get our image and video processing dependencies RUN apt-get update && apt-get install -y ffmpeg exiftool