From 6faa3efc27f3ca16aced2f665bdda1c57701ed6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=BE=E5=B1=B1=E8=B2=B4=E5=BA=B7?= Date: Mon, 25 Oct 2021 18:38:27 +0900 Subject: [PATCH] fix: alpine 3.14 should be working now --- Dockerfile | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1238dbee..993f3ba4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4-cli-alpine3.13 +FROM php:7.4-cli-alpine ENV COMPOSER_ALLOW_SUPERUSER 1 ENV TZ Asia/Tokyo diff --git a/Makefile b/Makefile index 84dc79bd..5e304b79 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BASE_COMMAND=docker-compose -p $(shell basename $(CURDIR)) build: - $(BASE_COMMAND) build + $(BASE_COMMAND) build --pull test: build $(BASE_COMMAND) run test