Skip to content

Commit a8d10eb

Browse files
committed
fix Docker Alpine image build
1 parent cfbbc50 commit a8d10eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ENV USER="openidm"
66
ENV OPENIDM_OPTS="-server -XX:+UseContainerSupport -Dlogback.configurationFile=conf/logging-config.groovy"
77
ENV OPENIDM_PASSWORD="openidm-admin"
88

9-
ARG VERSION=6.3.0
9+
ARG VERSION
1010

1111
WORKDIR /opt
1212

1313
#COPY openidm-zip/target/openidm-*.zip ./
1414

15-
RUN apk add --update --no-cache --virtual builddeps curl unzip libc6-compat openjdk17-jre \
15+
RUN apk add --update --no-cache --virtual builddeps curl unzip libc6-compat openjdk17 \
1616
&& apk upgrade --update --no-cache \
1717
&& apk add bash \
1818
&& apk update \

0 commit comments

Comments
 (0)