diff --git a/CMD4/Dockerfile b/CMD4/Dockerfile index 00bc7ff..80756d1 100644 --- a/CMD4/Dockerfile +++ b/CMD4/Dockerfile @@ -1,5 +1,5 @@ ### Static layers -FROM alpine:3.7 +FROM alpine:3.18.12 # Installing needed binaries and deps. Then removing unneeded deps: RUN apk update --no-cache && apk add nodejs nodejs-npm bash git dos2unix