Skip to content

Commit c67339e

Browse files
committed
[Gel] 6.8 -> 6.9
1 parent 52c71f7 commit c67339e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG NODE_VERSION=22
22
ARG NODE_IMAGE=public.ecr.aws/docker/library/node:${NODE_VERSION}-slim
3-
ARG GEL_IMAGE=ghcr.io/geldata/gel:6.8
3+
ARG GEL_IMAGE=ghcr.io/geldata/gel:6.9
44

55
FROM ${NODE_IMAGE} AS base-runtime
66

gel.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[instance]
2-
server-version = "=6.8"
2+
server-version = "=6.9"

0 commit comments

Comments
 (0)