Skip to content

Commit

Permalink
Reorder TARGETARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Jun 7, 2023
1 parent 5b6643b commit 9e96e73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
ARG OPENJDK_TAG=17-jdk-slim
ARG TARGETARCH

FROM openjdk:$OPENJDK_TAG

ARG TARGETARCH

MAINTAINER Cirrus Labs hello@cirruslabs.org;
LABEL org.opencontainers.image.source=https://github.com/cirruslabs/docker-images-jvm-grpc/

Expand Down

0 comments on commit 9e96e73

Please sign in to comment.