Skip to content

Commit

Permalink
chore(dae): update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
y0ngb1n authored Jul 19, 2024
1 parent 7949017 commit 1351f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dae/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ RUN apt-get update \
&& apt-get install -y llvm-15 clang-15 git make

ENV CLANG=clang-15
ARG DAE_VERSION="v0.6.0"
ARG DAE_VERSION="v0.5.0"
ENV DAE_VERSION=$DAE_VERSION

RUN git clone -b "$DAE_VERSION" --single-branch --depth 1 --recurse-submodules https://github.com/daeuniverse/dae.git . \
&& go mod download \
&& make OUTPUT=dae GOFLAGS="-buildvcs=false" CC=clang CGO_ENABLED=0

FROM alpine:3.18
FROM alpine:3.20

RUN mkdir -p /usr/local/share/dae/ /etc/dae/ \
&& wget -O /usr/local/share/dae/geoip.dat https://github.com/Loyalsoldier/v2ray-rules-dat/releases/latest/download/geoip.dat \
Expand Down

0 comments on commit 1351f0f

Please sign in to comment.