We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c847d4 commit b007565Copy full SHA for b007565
docker/build_and_push.Dockerfile
@@ -75,8 +75,8 @@ FROM python:3.12.12-slim-trixie AS runtime
75
RUN apt-get update \
76
&& apt-get upgrade -y \
77
&& apt-get install -y curl git libpq5 gnupg \
78
- && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
79
&& apt list --all-versions nodejs \
+ && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
80
&& apt-get install -y nodejs=22.22.0 \
81
&& apt-get clean \
82
&& rm -rf /var/lib/apt/lists/* \
0 commit comments