Skip to content

Commit

Permalink
Update Dockerfile - switch to Node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann authored Nov 24, 2023
1 parent bb068a3 commit 2cf1a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ RUN apt-get update && apt-get -y install gnupg2 \
libmodule-install-perl python3-setuptools libdist-zilla-perl && \
apt-get -y install curl ca-certificates wget gnupg2 lsb-release && \
(curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -) && \
echo "deb https://deb.nodesource.com/node_20.x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list && \
echo "deb https://deb.nodesource.com/node_21.x $(lsb_release -s -c) main" | tee /etc/apt/sources.list.d/nodesource.list && \
echo "deb http://apt.postgresql.org/pub/repos/apt/ $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
(wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -) && \
apt-get -y update && \
Expand Down

0 comments on commit 2cf1a4d

Please sign in to comment.