From de8d93396b01a900b25d17a2c3bb0ca69ab4eaa1 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 9 Dec 2024 11:56:38 -0800 Subject: [PATCH] Update to Alpine 3.20 --- 5/alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5/alpine/Dockerfile b/5/alpine/Dockerfile index 52eaa098..24146a6d 100644 --- a/5/alpine/Dockerfile +++ b/5/alpine/Dockerfile @@ -1,6 +1,6 @@ # https://docs.ghost.org/faq/node-versions/ # https://github.com/nodejs/Release (looking for "LTS") -FROM node:18-alpine3.19 +FROM node:18-alpine3.20 RUN apk add --no-cache \ # add "bash" for "[["