Skip to content
Snippets Groups Projects
Commit 1bd579ce authored by Griefed's avatar Griefed :joystick:
Browse files

build: Update Node to version 18.

parent ad7a76fe
No related branches found
No related tags found
1 merge request!18fix: Update node to version 18 by installing from alpine-3.17 repo
......@@ -24,8 +24,8 @@ FROM mazzolino/docker:20.10.12-dind
LABEL maintainer="Griefed <griefed@griefed.de>"
LABEL description="Provides GitLab Semantic Release, buildx, JDK 8, NodeJS for Griefed's GitLab CI/CD pipelines."
COPY --from=fetcher /docker-buildx /usr/lib/docker/cli-plugins/docker-buildx
COPY --from=fetcher /discord.sh /discord.sh
COPY --from=fetcher /docker-buildx /usr/lib/docker/cli-plugins/docker-buildx
COPY --from=fetcher /discord.sh /discord.sh
ENV DOCKER_CLI_EXPERIMENTAL=enabled
......@@ -33,13 +33,17 @@ RUN \
echo "**** Updating and installing our packages ****" && \
apk update && \
apk upgrade && \
apk add --no-cache \
--repository https://dl-cdn.alpinelinux.org/alpine/v3.17/main/ \
nodejs \
npm && \
apk add --no-cache \
bash \
ca-certificates \
curl \
git \
nodejs-current \
jq \
nodejs \
npm \
openjdk8 && \
echo "node version is: " && \
......@@ -76,5 +80,5 @@ RUN \
echo "**** Cleanup ****" && \
rm -rf \
/var/cache/apk/* \
/tmp/* \
/tmp/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment