Skip to content

Commit

Permalink
chore(bot): 😱 update dae version to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2024
1 parent 7ba5d08 commit 2ca9e87
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.1
image: ghcr.io/y0ngb1n/dockerized/dae:v0.7.4
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.1"
ARG DAE_VERSION="v0.7.4"
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 2ca9e87

Please sign in to comment.