Update Dockerfile

This commit is contained in:
Cédric Laubacher 2019-11-15 17:55:06 +01:00 committed by GitHub
parent 576d602ed0
commit 07d031e7b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
FROM php:7.3.8-cli-alpine3.10 FROM php:7.3-alpine
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>" LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
ARG SHLINK_VERSION=1.18.1 ARG SHLINK_VERSION=1.20.0
ENV SHLINK_VERSION ${SHLINK_VERSION} ENV SHLINK_VERSION ${SHLINK_VERSION}
ENV SWOOLE_VERSION 4.4.8 ENV SWOOLE_VERSION 4.4.12
ENV COMPOSER_VERSION 1.9.0 ENV COMPOSER_VERSION 1.9.1
WORKDIR /etc/shlink WORKDIR /etc/shlink