We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1acb0 commit 96b403eCopy full SHA for 96b403e
1 file changed
docker/migrate.Dockerfile
@@ -1,5 +1,5 @@
1
# -----> Build image
2
-FROM node:latest AS build
+FROM node:22.14.0-bookworm AS build
3
# update packages and install the minimal init system "dumb-init"
4
RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
5
0 commit comments