We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a95ff0 commit 3d3529fCopy full SHA for 3d3529f
Dockerfile
@@ -8,7 +8,7 @@ RUN apk add --no-cache \
8
bash
9
10
# Set environment variables
11
-ENV EVNODE_VERSION=v1.0.0-beta.10.0.20251216132820-afcd6bd9b354
+ENV EVNODE_VERSION=v1.0.0-rc.1
12
ENV IGNITE_VERSION=v29.6.1
13
ENV IGNITE_EVOLVE_APP_VERSION=main
14
tests/integration/docker/Dockerfile.gm
@@ -5,7 +5,7 @@ FROM golang:1.25-bookworm AS builder
5
6
ARG IGNITE_VERSION=v29.3.1
7
ARG IGNITE_EVOLVE_APP_VERSION=main
-ARG EVNODE_VERSION=v1.0.0-beta.10.0.20251216132820-afcd6bd9b354
+ARG EVNODE_VERSION=v1.0.0-rc.1
RUN apt-get update && apt-get install -y --no-install-recommends \
git curl bash ca-certificates make gcc musl-dev && \
0 commit comments