Skip to content

Commit

Permalink
Bump up the version to the latest stable one
Browse files Browse the repository at this point in the history
So that we can also see if that fixes anything
  • Loading branch information
shankari committed May 16, 2024
1 parent dc6b53c commit 0579960
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 0579960

Please sign in to comment.