Skip to content

Commit

Permalink
Merge pull request #42 from US-JOET/bump_to_stable_release
Browse files Browse the repository at this point in the history
Bump up the version to the latest stable one
  • Loading branch information
shankari authored May 16, 2024
2 parents dc6b53c + d4c9e4d commit 33767cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.13
TAG=0.0.14

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.3.0-rc1
ARG EVEREST_VERSION=2024.3.0
ENV EVEREST_VERSION=${EVEREST_VERSION}

COPY install.sh ./
Expand Down

0 comments on commit 33767cc

Please sign in to comment.