Skip to content

Commit

Permalink
fix: 修正构建错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Nov 17, 2023
1 parent ac38850 commit 31f61f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions allinone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM jumpserver/redis:7.0-buster as redis
FROM jumpserver/guacd:1.5.3-buster as guacd
FROM umpserver/web-static:v1.0.1 as static
FROM jumpserver/web-static:v1.0.1 as static
FROM jumpserver/openjdk:17-slim-buster as openjdk
FROM jumpserver/python:3.11-slim-buster as get-core
ARG TARGETARCH
Expand Down Expand Up @@ -326,7 +326,7 @@ RUN set -ex \
&& chown -R root:root /opt/kael \
&& rm -f /opt/*.tar.gz

run set -ex \
RUN set -ex \
&& mkdir -p /opt/chen \
&& wget -q https://github.com/jumpserver/chen-release/releases/download/${VERSION}/chen-${VERSION}.tar.gz \
&& tar -xf chen-${VERSION}.tar.gz -C /opt/chen --strip-components=1 \
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.fit2cloud.com/jumpserver/web-static:v1.0.1 as static
FROM jumpserver/web-static:v1.0.1 as static
FROM nginx:1.24-buster
ARG TARGETARCH
ENV LANG=zh_CN.UTF-8
Expand Down

0 comments on commit 31f61f5

Please sign in to comment.