Skip to content
Snippets Groups Projects
Commit e5c7cc9d authored by godog's avatar godog
Browse files

Update to 1.4.3

parent c4ffc7b1
Branches
No related tags found
No related merge requests found
FROM debian:stable AS build FROM debian:stable AS build
ENV RC_VERSION=1.4.2 ENV RC_VERSION=1.4.3
ADD . /build ADD . /build
RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get -qy install --no-install-recommends bash curl make patch rsync default-jre-headless wget unzip RUN apt-get -q update && env DEBIAN_FRONTEND=noninteractive apt-get -qy install --no-install-recommends bash curl make patch rsync default-jre-headless wget unzip
......
# Which Roundcube version to install. # Which Roundcube version to install.
RC_VERSION = 1.4.2 RC_VERSION = 1.4.3
TARGET = ./build TARGET = ./build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment