Skip to content

Commit f77c9f5

Browse files
committed
Fix dockerfile to pin to Gel 6.4 as well
1 parent 564d6e0 commit f77c9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
3+
ARG GEL_IMAGE=ghcr.io/geldata/gel:6.4
44

55
FROM ${NODE_IMAGE} AS base-runtime
66

0 commit comments

Comments
 (0)