Skip to content

Commit

Permalink
chore(deps): update collabora/code docker tag to v23.05.6.3.1 (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <[email protected]>
  • Loading branch information
renovate[bot] and xoxys authored Dec 15, 2023
1 parent 4a00538 commit 5d46e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG CONTAINER_LIBRARY_VERSION
# renovate: datasource=github-releases depName=hairyhenderson/gomplate
ENV GOMPLATE_VERSION="${GOMPLATE_VERSION:-v3.11.6}"
# renovate: datasource=docker depName=collabora/code
ENV COLLABORA_RAW_VERSION="${BUILD_VERSION:-23.05.5.4.1}"
ENV COLLABORA_RAW_VERSION="${BUILD_VERSION:-23.05.6.3.1}"
# renovate: datasource=github-releases depName=owncloud-ops/container-library
ENV CONTAINER_LIBRARY_VERSION="${CONTAINER_LIBRARY_VERSION:-v0.1.0}"

Expand All @@ -26,7 +26,7 @@ WORKDIR /opt/cool

RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
apt-get install -y wget curl gnupg2 apt-transport-https ca-certificates fonts-open-sans openssh-client && \
apt-get install -y wget curl gnupg2 apt-transport-https ca-certificates fonts-open-sans openssh-client perl-base && \
curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_linux-amd64" && \
curl -SsfL "https://github.com/owncloud-ops/container-library/releases/download/${CONTAINER_LIBRARY_VERSION}/container-library.tar.gz" | tar xz -C / && \
chmod 755 /usr/local/bin/gomplate && \
Expand Down

0 comments on commit 5d46e73

Please sign in to comment.