Skip to content

Commit

Permalink
fix: missing alpine BASE_IMAGE_TAG arg declaration (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed Apr 15, 2024
1 parent d8ed3d0 commit d27c577
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclipse-temurin/alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Use a multi-stage build to reduce the size of the final image
ARG BASE_IMAGE_TAG
FROM eclipse-temurin:${BASE_IMAGE_TAG:-21.0.2_13-jdk-alpine} as builder

ARG SCALA_VERSION=3.4.0
Expand Down Expand Up @@ -87,4 +88,4 @@ RUN \
## -w /home/sbtuser
WORKDIR /root

CMD sbt
CMD sbt

0 comments on commit d27c577

Please sign in to comment.