From 480a4da2096981217557488694a14c58c26fdfe6 Mon Sep 17 00:00:00 2001 From: Adeel Amin Date: Fri, 28 Apr 2023 12:00:01 +0500 Subject: [PATCH] Updates alpine version to v3.17 It is done in order to get node v18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d8fa44a..b031a99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.13 +FROM alpine:3.17 RUN apk --update --no-cache add nodejs npm python3 py3-pip jq curl bash git docker && \ ln -sf /usr/bin/python3 /usr/bin/python