Skip to content

Commit

Permalink
fix: 修正 buildx 告警
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jul 4, 2024
1 parent bd23b5c commit 2aae463
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions allinone/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM redis:7.0-bookworm as redis
FROM jumpserver/guacd:1.5.5-bookworm as guacd
FROM redis:7.0-bookworm AS redis
FROM jumpserver/guacd:1.5.5-bookworm AS guacd
FROM jumpserver/jms_core:v4.0.0
ARG TARGETARCH

Expand Down
2 changes: 1 addition & 1 deletion chen/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim as stage-1
FROM debian:bookworm-slim AS stage-1
ARG TARGETARCH

ARG DEPENDENCIES=" \
Expand Down
4 changes: 2 additions & 2 deletions core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim-bookworm as stage-1
FROM python:3.11-slim-bookworm AS stage-1
ARG TARGETARCH

ARG DEPENDENCIES=" \
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN set -e \
&& chmod +x /opt/jumpserver/entrypoint.sh \
&& rm -rf /opt/jumpserver/.git /opt/jumpserver/.github

FROM python:3.11-slim-bookworm as stage-2
FROM python:3.11-slim-bookworm AS stage-2
ARG TARGETARCH

ARG BUILD_DEPENDENCIES=" \
Expand Down
4 changes: 2 additions & 2 deletions koko/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM redis:7.0-bookworm as stage-1
FROM debian:bookworm-slim as stage-2
FROM redis:7.0-bookworm AS stage-1
FROM debian:bookworm-slim AS stage-2
ARG TARGETARCH

ARG DEPENDENCIES=" \
Expand Down
2 changes: 1 addition & 1 deletion lion/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim as stage-1
FROM debian:bookworm-slim AS stage-1
ARG TARGETARCH

ARG DEPENDENCIES=" \
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 debian:bookworm-slim as stage-1
FROM debian:bookworm-slim AS stage-1
ARG TARGETARCH

ARG DEPENDENCIES=" \
Expand Down

0 comments on commit 2aae463

Please sign in to comment.