Skip to content

Commit 9e96e73

Browse files
committed
Reorder TARGETARCH
1 parent 5b6643b commit 9e96e73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
ARG OPENJDK_TAG=17-jdk-slim
2-
ARG TARGETARCH
32

43
FROM openjdk:$OPENJDK_TAG
54

5+
ARG TARGETARCH
6+
67
MAINTAINER Cirrus Labs hello@cirruslabs.org;
78
LABEL org.opencontainers.image.source=https://github.com/cirruslabs/docker-images-jvm-grpc/
89

0 commit comments

Comments
 (0)