Commit 75c7ae8a authored by 罗永亮's avatar 罗永亮

Update .beagle/dockerfile

parent 2181c455
Pipeline #91740 passed with stage
FROM registry.cn-qingdao.aliyuncs.com/wod/alpine:v3.17.0-amd64 as builder ARG BASE
FROM $BASE as builder
ARG REDIS_VERSION="stable" ARG REDIS_VERSION="stable"
...@@ -14,7 +16,7 @@ RUN curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz https://dl.wodcloud.com/lyl/ ...@@ -14,7 +16,7 @@ RUN curl -fL -Lo /tmp/redis-${REDIS_VERSION}.tar.gz https://dl.wodcloud.com/lyl/
make install BUILD_TLS=yes make install BUILD_TLS=yes
FROM registry.cn-qingdao.aliyuncs.com/wod/alpine:v3.17.0-arm64 FROM $BASE
COPY --from=builder /usr/local/bin/rcache-server /usr/local/bin/rcache-server COPY --from=builder /usr/local/bin/rcache-server /usr/local/bin/rcache-server
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment