Skip to content

Commit b007565

Browse files
committed
chore: add apt list to see available node versions
1 parent 2c847d4 commit b007565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build_and_push.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ FROM python:3.12.12-slim-trixie AS runtime
7575
RUN apt-get update \
7676
&& apt-get upgrade -y \
7777
&& apt-get install -y curl git libpq5 gnupg \
78-
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
7978
&& apt list --all-versions nodejs \
79+
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
8080
&& apt-get install -y nodejs=22.22.0 \
8181
&& apt-get clean \
8282
&& rm -rf /var/lib/apt/lists/* \

0 commit comments

Comments
 (0)