From 1e12a6b35611ef661dcdaa1a0fe6c1e94ab0e3a0 Mon Sep 17 00:00:00 2001 From: Matthew McKinnon Date: Sun, 7 Aug 2022 14:41:36 +1000 Subject: [PATCH] Updated Depreciated varialbles in Dockerfile --- .gitlab-ci.yml | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6dd23bf..ba12373 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,3 +34,4 @@ docker-build: - docker push $IMAGE_TAG_LATEST only: - master + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 3dbf397..3929a88 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM php:8.1-apache -MAINTAINER Matthew McKinnon +LABEL Matthew McKinnon ENV DEBIAN_FRONTEND noninteractive