Skip to content

Commit 551debb

Browse files
DAJN-30: Update node.js versions (#61)
* DAJN-30: Update node.js versions and latest firefox version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thibaut Vanderhaegen <thibaut.vanderhaegen@linkurio.us>
1 parent e2f1085 commit 551debb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN curl -fsSL https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key a
1111
# renovate: datasource=repology depName=aur/google-chrome versioning=loose
1212
ARG GOOGLE_CHROME_STABLE_VERSION=111.0.5563.64-1
1313
# renovate: datasource=repology depName=debian_11/firefox-esr versioning=loose
14-
ARG FIREFOX_ESR_VERSION=102.8.0esr-1~deb11u1
14+
ARG FIREFOX_ESR_VERSION=102.9.0esr-1~deb11u1
1515
RUN apt-get update -qqy && \
1616
apt-get -qqy install --no-install-recommends \
1717
#xvfb=2:1.20.4-1 \
@@ -33,7 +33,7 @@ RUN git clone --depth 1 --branch "$NVM_VERSION" https://github.com/nvm-sh/nvm.gi
3333
&& source ~/.bashrc \
3434
&& export NVM_DIR="$HOME/.nvm" && \. "$NVM_DIR/nvm.sh" \
3535
&& nvm install 16.19.1 \
36-
&& nvm install 18.14.2 \
36+
&& nvm install 18.15.0 \
3737
&& nvm install 14.21.3
3838

3939
# for loading profile, to make nvm available for sh

0 commit comments

Comments
 (0)