Skip to content

Commit 362eb2b

Browse files
committed
fix: arm64
1 parent 512bbea commit 362eb2b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

arch.dockerfile

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
# ║ SETUP ║
33
# ╚═════════════════════════════════════════════════════╝
44
# GLOBAL
5-
ARG APP_UID=1000 \
6-
APP_GID=1000 \
7-
BUILD_BIN=/traefik \
8-
BUILD_TAR=traefik.tar.gz \
9-
TARGETARCH= \
10-
TARGETVARIANT= \
11-
APP_VERSION=3.4.4
5+
ARG BUILD_BIN=/traefik \
6+
BUILD_TAR=traefik.tar.gz
127

138
# :: FOREIGN IMAGES
149
FROM 11notes/distroless AS distroless

0 commit comments

Comments
 (0)