Skip to content

Commit

Permalink
chore(bot): 🪿 update dae version to v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 21, 2024
1 parent f76e98b commit 7545285
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.0
image: ghcr.io/y0ngb1n/dockerized/dae:v0.7.1
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.0"
ARG DAE_VERSION="v0.7.1"
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 7545285

Please sign in to comment.