diff --git a/allinone/Dockerfile b/allinone/Dockerfile index 72deafb..7f14738 100644 --- a/allinone/Dockerfile +++ b/allinone/Dockerfile @@ -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 diff --git a/chen/Dockerfile b/chen/Dockerfile index 01d8d9a..933f909 100644 --- a/chen/Dockerfile +++ b/chen/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-slim as stage-1 +FROM debian:bookworm-slim AS stage-1 ARG TARGETARCH ARG DEPENDENCIES=" \ diff --git a/core/Dockerfile b/core/Dockerfile index 87f95b0..37182bd 100644 --- a/core/Dockerfile +++ b/core/Dockerfile @@ -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=" \ @@ -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=" \ diff --git a/koko/Dockerfile b/koko/Dockerfile index 3116db8..021769a 100644 --- a/koko/Dockerfile +++ b/koko/Dockerfile @@ -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=" \ diff --git a/lion/Dockerfile b/lion/Dockerfile index 7dd1a1b..1b03875 100644 --- a/lion/Dockerfile +++ b/lion/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-slim as stage-1 +FROM debian:bookworm-slim AS stage-1 ARG TARGETARCH ARG DEPENDENCIES=" \ diff --git a/web/Dockerfile b/web/Dockerfile index 7492ee8..d95ac48 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-slim as stage-1 +FROM debian:bookworm-slim AS stage-1 ARG TARGETARCH ARG DEPENDENCIES=" \