Skip to content

Commit bb387f0

Browse files
authored
[EdgeDB] v5 (#3187)
1 parent 5514f56 commit bb387f0

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=20
22
ARG NODE_IMAGE=public.ecr.aws/docker/library/node:${NODE_VERSION}-slim
3-
ARG EDGEDB_IMAGE=ghcr.io/edgedb/edgedb:4
3+
ARG EDGEDB_IMAGE=ghcr.io/edgedb/edgedb:5
44

55
FROM ${NODE_IMAGE} as base-runtime
66

edgedb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[edgedb]
2-
server-version = "5.0-rc.1"
2+
server-version = "5.1"

0 commit comments

Comments
 (0)