Skip to content

Commit d5517e3

Browse files
committed
Changed alpine image from latest to 3.14
1 parent 1776f02 commit d5517e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:latest
1+
FROM alpine:3.14
22
COPY entry.sh /entry.sh
33
RUN apk update && \
44
apk add bash php php7-apache2 php7-cli php7-common php7-curl php7-gd php7-json php7-mbstring php7-session php7-pdo php7-opcache php7-xml php7-simplexml php7-xmlrpc php7-zip php7-gmp php7-dom php7-gettext openssl apache2 git shadow && \

0 commit comments

Comments
 (0)