Skip to content

Commit dc20258

Browse files
committed
build(docker): 固定基础镜像版本
1 parent 2e84770 commit dc20258

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
FROM --platform=${TARGETPLATFORM} denoland/deno:alpine
1+
FROM --platform=${TARGETPLATFORM} denoland/deno:alpine-2.5.0
22
LABEL maintainer="fordes123 <github.com/fordes123>"
33

44
ENV HOME_MODEL=static \
55
HOME_VALUE=search
66

77
WORKDIR /app
88

9-
COPY --chown=deno:deno src/*.ts .
9+
COPY --chown=deno:deno src/deno.ts .
10+
COPY --chown=deno:deno src/docker-proxy.ts .
1011

1112
EXPOSE 1993
1213
USER deno

0 commit comments

Comments
 (0)