File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
1212ARG 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
1515RUN 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
You can’t perform that action at this time.
0 commit comments