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 5514f56 commit bb387f0Copy full SHA for bb387f0
Dockerfile
@@ -1,6 +1,6 @@
1
ARG NODE_VERSION=20
2
ARG NODE_IMAGE=public.ecr.aws/docker/library/node:${NODE_VERSION}-slim
3
-ARG EDGEDB_IMAGE=ghcr.io/edgedb/edgedb:4
+ARG EDGEDB_IMAGE=ghcr.io/edgedb/edgedb:5
4
5
FROM ${NODE_IMAGE} as base-runtime
6
edgedb.toml
@@ -1,2 +1,2 @@
[edgedb]
-server-version = "5.0-rc.1"
+server-version = "5.1"
0 commit comments