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 564d6e0 commit f77c9f5Copy full SHA for f77c9f5
Dockerfile
@@ -1,6 +1,6 @@
1
ARG NODE_VERSION=22
2
ARG NODE_IMAGE=public.ecr.aws/docker/library/node:${NODE_VERSION}-slim
3
-ARG GEL_IMAGE=ghcr.io/geldata/gel:6
+ARG GEL_IMAGE=ghcr.io/geldata/gel:6.4
4
5
FROM ${NODE_IMAGE} AS base-runtime
6
0 commit comments