We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7354ed commit f93aaa0Copy full SHA for f93aaa0
Dockerfile
@@ -27,7 +27,7 @@ COPY . /app
27
RUN sed -i "s/_VERSION =.*/_VERSION = \"${CODEGATE_VERSION}\"/g" /app/src/codegate/__init__.py
28
29
# Build the webapp
30
-FROM docker.io/library/node:23-slim@sha256:f2cf744a59dcdd05b354754704a527de9fb0c5d8e924b0fc3628dedc23573c39 AS webbuilder
+FROM docker.io/library/node:23-slim@sha256:dfb18d8011c0b3a112214a32e772d9c6752131ffee512e974e59367e46fcee52 AS webbuilder
31
32
33
0 commit comments