Skip to content

Commit

Permalink
chore(bot): 😂 update dae version to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 12, 2024
1 parent fc122d9 commit 18b8f67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dae/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
reservations:
cpus: "0.25"
memory: 128M
image: ghcr.io/y0ngb1n/dockerized/dae:v0.7.4
image: ghcr.io/y0ngb1n/dockerized/dae:v0.8.0
container_name: dae
environment:
- TZ=Asia/Shanghai
Expand Down
2 changes: 1 addition & 1 deletion dae/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
&& apt-get install -y llvm-15 clang-15 git make

ENV CLANG=clang-15
ARG DAE_VERSION="v0.7.4"
ARG DAE_VERSION="v0.8.0"
ENV DAE_VERSION=$DAE_VERSION

RUN git clone -b "$DAE_VERSION" --single-branch --depth 1 --recurse-submodules https://github.com/daeuniverse/dae.git . \
Expand Down

0 comments on commit 18b8f67

Please sign in to comment.