We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
f498ea1
054f13a
1 parent 0032899 commit 8b2993bCopy full SHA for 8b2993b
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:f498ea1bec900d539ddba9ae881bf5f69d9052fdefc28e50479b85e284fac54c AS webbuilder
+FROM docker.io/library/node:23-slim@sha256:054f13a53d12afb8ba84a6e8fdcdf54e1a99a93250426c83fd5e3d38343577c2 AS webbuilder
31
32
33
0 commit comments