Explorar o código

update base image

ksieren %!s(int64=2) %!d(string=hai) anos
pai
achega
f4783c0ffb
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -1,9 +1,8 @@
-FROM kerstinsieren/alpine-phpfpm-nginx-baseimage:imagetest-5
+FROM kerstinsieren/alpine-phpfpm-nginx-baseimage:php74-22
 ENV TZ=Europe/Berlin
 
 WORKDIR /var/www/html
 USER root
-RUN find / -name "gm"
 COPY . .
 ONBUILD COPY composer.json ./
 RUN composer install --no-interaction