From e824537f3af193c34b5953dcb84e06285ad15e30 Mon Sep 17 00:00:00 2001 From: Thomas Lekanger Date: Thu, 11 May 2023 13:26:20 +0200 Subject: [PATCH] ci update alpine again --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 55a2b38..1619919 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.17 as builder +FROM alpine:3.18 as builder RUN apk update &&\ apk upgrade &&\ @@ -43,7 +43,7 @@ RUN set -xe; \ # runtime container with server # -FROM node:alpine3.17 +FROM node:alpine3.18 ENV LD_LIBRARY_PATH /lib:/usr/lib:/usr/local/lib64 RUN apk add --update --no-cache openssl libstdc++ supervisor perl coreutils