Skip to content

Commit

Permalink
fix ARG COMPILE_IMG=alpine-compile@top
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Nov 8, 2023
1 parent 82a0b33 commit e8a9d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flux/src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG COMPILE_IMG=alpine-compile
FROM infrastlabs/docker-headless:core-compile2 as bin
# FROM infrastlabs/x11-base:rootfs as bin2
# FROM infrastlabs/x11-base:deb12-rootfs as bin2
ARG COMPILE_IMG=alpine-compile
# FROM registry.cn-shenzhen.aliyuncs.com/infrastlabs/x11-base:alpine-compile-dbg as bin2
FROM registry.cn-shenzhen.aliyuncs.com/infrastlabs/x11-base:${COMPILE_IMG} as bin2
FROM ubuntu:20.04 as files1
Expand Down

0 comments on commit e8a9d39

Please sign in to comment.