Skip to content

Commit f55aeb6

Browse files
authored
DAJN-29: Bump Node.js to 16.19.1 and 18.14.2 and 14.21.3 (#56)
* DAJN-29: Bump Node.js to 16.19.1 and 18.14.1
1 parent e5a35ad commit f55aeb6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PRIVATE_REGISTRY=hub.docker.nexus3.linkurious.net/
2-
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.20
2+
FROM ${PRIVATE_REGISTRY}linkurious/docker-agent-jnlp:0.0.22
33
LABEL maintainer="Edward Nys <edward@linkurio.us>"
44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
55
USER root
@@ -9,9 +9,9 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a
99

1010
# Latest Ubuntu Google Chrome, XVFB and JRE installs
1111
# renovate: datasource=repology depName=aur/google-chrome versioning=loose
12-
ARG GOOGLE_CHROME_STABLE_VERSION=109.0.5414.119-1
12+
ARG GOOGLE_CHROME_STABLE_VERSION=110.0.5481.100-1
1313
# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
14-
ARG FIREFOX_ESR_VERSION=102.7.0esr-1~deb11u1
14+
ARG FIREFOX_ESR_VERSION=102.8.0esr-1~deb11u1
1515
RUN apt-get update -qqy && \
1616
apt-get -qqy install --no-install-recommends \
1717
#xvfb=2:1.20.4-1 \
@@ -32,9 +32,9 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3232
&& echo -e 'export NVM_DIR="$HOME/.nvm"\n[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm\n' >> ~/.profile \
3333
&& source ~/.bashrc \
3434
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
35-
&& nvm install 16.19.0 \
36-
&& nvm install 18.13.0 \
37-
&& nvm install 14.20.0
35+
&& nvm install 16.19.1 \
36+
&& nvm install 18.14.2 \
37+
&& nvm install 14.21.3
3838

3939
# for loading profile, to make nvm available for sh
4040
ENV ENV='$HOME/.profile'

0 commit comments

Comments
 (0)