mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-27 16:26:37 +03:00
Use specific PHP version
This commit is contained in:
parent
07d031e7b9
commit
0c854edc6b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM php:7.3-alpine
|
||||
FROM php:7.3.11-alpine
|
||||
LABEL maintainer="Alejandro Celaya <alejandro@alejandrocelaya.com>"
|
||||
|
||||
ARG SHLINK_VERSION=1.20.0
|
||||
|
|
Loading…
Reference in a new issue