From 18b8f671d5be04375b1683fa0034e9a2f1da75a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 12 Oct 2024 23:00:36 +0000 Subject: [PATCH] =?UTF-8?q?chore(bot):=20=F0=9F=98=82=20update=20dae=20ver?= =?UTF-8?q?sion=20to=20v0.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dae/docker-compose.yaml | 2 +- dae/docker/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dae/docker-compose.yaml b/dae/docker-compose.yaml index 59bfdf3..6d372f2 100644 --- a/dae/docker-compose.yaml +++ b/dae/docker-compose.yaml @@ -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 diff --git a/dae/docker/Dockerfile b/dae/docker/Dockerfile index 2d47040..772171a 100644 --- a/dae/docker/Dockerfile +++ b/dae/docker/Dockerfile @@ -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 . \