Skip to content

Commit 1a0d9ae

Browse files
authored
[skip ci] update dockerfile
[skip ci] update dockerfile
1 parent 1b9a89a commit 1a0d9ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:8u362-b09-jre-alpine as base
1+
FROM eclipse-temurin:8-jre-alpine as base
22
ENV APP_HOME=/opt/apim-cli
33
ENV APP_USER=axway
44
ARG APIM_CLI_ARCHIVE
@@ -7,7 +7,7 @@ COPY $APIM_CLI_ARCHIVE /
77
RUN apk add --no-cache tar
88
RUN addgroup $APP_USER && adduser --system $APP_USER --ingroup $APP_USER
99
RUN mkdir $APP_HOME && tar -xvzf $APIM_CLI_ARCHIVE -C $APP_HOME --strip-components 1 && rm /$APIM_CLI_ARCHIVE
10-
FROM eclipse-temurin:8u332-b09-jre-alpine
10+
FROM eclipse-temurin:8-jre-alpine
1111
USER $APP_USER
1212
ENV AXWAY_APIM_CLI_HOME $APP_HOME
1313
COPY --from=base $APP_HOME $APP_HOME

0 commit comments

Comments
 (0)