feat(Dockerfile): update apline version use

Update alpine version used to build Docekr Container to have node
v18.x to be able to use fetch
This commit is contained in:
nprimo 2022-11-28 18:15:54 +00:00 committed by Niccolò Primo
parent 380ad0dc3e
commit e2ece47510
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.16.0
FROM docker.01-edu.org/alpine:3.17.0
# Installs latest Chromium package.
RUN apk add --no-cache \