mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 18:05:26 +00:00
Upgrade the Alpine docker img to v3.13 for PHP 7.4 (#9550)
v3.13 of the alpine image has php7.4 instead of php7.3
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.12
|
||||
FROM alpine:3.13
|
||||
# Apache + PHP
|
||||
RUN apk add --no-cache \
|
||||
apache2 \
|
||||
|
||||
Reference in New Issue
Block a user