Skip to content

Commit

Permalink
Merge pull request #36 from US-JOET/new_demo_script
Browse files Browse the repository at this point in the history
⬆️  Bump up the version that we use to the RC
  • Loading branch information
shankari committed Mar 27, 2024
2 parents ad26af5 + 3bc641a commit f18aa09
Show file tree
Hide file tree
Showing 4 changed files with 1,304 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TAG=0.0.12
TAG=0.0.13

EVEREST_MANAGER_CPUS='1.0'
EVEREST_MANAGER_MEMORY='1024mb'
2 changes: 1 addition & 1 deletion manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=linux/x86_64 ghcr.io/everest/build-kit-alpine:latest

ARG EVEREST_VERSION=2024.2.0
ARG EVEREST_VERSION=2024.3.0-rc1
ENV EVEREST_VERSION=${EVEREST_VERSION}

COPY install.sh ./
Expand Down
Loading

0 comments on commit f18aa09

Please sign in to comment.