diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-08-15 16:35:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-15 16:35:15 +0200 |
commit | aba0032f540407d88144ac637a59fce69625546f (patch) | |
tree | 4ce630b36a8b36c51b1224d87b97e198e63c2edf /Dockerfile | |
parent | 3f15326a05a926e9f001800a48ac2addbd3aa833 (diff) | |
parent | 41fa50ac8655e0c15cf5e93fa14f9ce847aec88f (diff) |
Merge pull request #1825 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile index 6180e0796..7757bd0e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ SHELL ["/bin/bash", "-c"] RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections # Install Node v16 (LTS) -ENV NODE_VER="16.15.1" +ENV NODE_VER="16.16.0" RUN ARCH= && \ dpkgArch="$(dpkg --print-architecture)" && \ case "${dpkgArch##*-}" in \ @@ -27,7 +27,7 @@ RUN ARCH= && \ mv node-v$NODE_VER-linux-$ARCH /opt/node # Install Ruby 3.0 -ENV RUBY_VER="3.0.3" +ENV RUBY_VER="3.0.4" RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential \ bison libyaml-dev libgdbm-dev libreadline-dev libjemalloc-dev \ |