Skip to content

Commit

Permalink
fix: alpine 3.14 should be working now
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Oct 25, 2021
1 parent 0baeaad commit 6faa3ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6faa3ef

Please sign in to comment.