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 52c71f7 commit c67339eCopy full SHA for c67339e
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.8
+ARG GEL_IMAGE=ghcr.io/geldata/gel:6.9
4
5
FROM ${NODE_IMAGE} AS base-runtime
6
gel.toml
@@ -1,2 +1,2 @@
[instance]
-server-version = "=6.8"
+server-version = "=6.9"
0 commit comments