From 2fefd714bdb76779365636b9ae91e63eac2198f1 Mon Sep 17 00:00:00 2001 From: James Strong Date: Wed, 16 Mar 2022 12:57:48 -0400 Subject: [PATCH] update tag and force a new build Signed-off-by: James Strong --- TAG | 2 +- images/nginx/rootfs/Dockerfile | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TAG b/TAG index 0f1acbd56..99a4aef0c 100644 --- a/TAG +++ b/TAG @@ -1 +1 @@ -v1.1.2 +v1.1.3 diff --git a/images/nginx/rootfs/Dockerfile b/images/nginx/rootfs/Dockerfile index 9cc5539ae..d39863aec 100644 --- a/images/nginx/rootfs/Dockerfile +++ b/images/nginx/rootfs/Dockerfile @@ -11,8 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. - - FROM alpine:3.15.0 as builder COPY . / @@ -74,4 +72,5 @@ RUN apk update \ EXPOSE 80 443 ENTRYPOINT ["/usr/local/entrypoint.sh"] + CMD ["nginx", "-g", "daemon off;"]