Skip to content

Commit

Permalink
Update Dockerfiles to version 23.3.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XebiaLabsCI committed Oct 5, 2023
1 parent 2338e48 commit cb39d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions xl-client/23.3/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ RUN apk add --no-cache gawk unzip curl busybox-extras
ENV USER_UID=10001 APP_ROOT=/opt/xebialabs
ENV APP_HOME=${APP_ROOT}/xl-client

COPY resources/xl-client-23.3.0-rc.1-linux-amd64.bin /tmp
COPY resources/xl-client-23.3.0-rc.2-linux-amd64.bin /tmp

RUN mkdir -p ${APP_HOME} && \
mv /tmp/xl-client-23.3.0-rc.1-linux-amd64.bin ${APP_HOME}/xl && \
mv /tmp/xl-client-23.3.0-rc.2-linux-amd64.bin ${APP_HOME}/xl && \
chgrp -R 0 ${APP_ROOT} && \
chmod -R g=u ${APP_ROOT} && \
chmod +x ${APP_HOME}/xl
Expand All @@ -22,7 +22,7 @@ MAINTAINER XebiaLabs Development <[email protected]>
LABEL name="xebialabs/xl-client" \
maintainer="[email protected]" \
vendor="XebiaLabs" \
version="23.3.0-rc.1" \
version="23.3.0-rc.2" \
release="1" \
summary="XL Client" \
description="Enterprise-scale Application Release Automation for any environment" \
Expand Down

0 comments on commit cb39d0c

Please sign in to comment.