Skip to content

Commit

Permalink
Upgrade base image to php:8-alpine.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Chi authored and alcohol committed Jan 7, 2021
1 parent 582c6f4 commit 2577b32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1.10/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7-alpine
FROM php:8-alpine

RUN set -eux; \
apk add --no-cache --virtual .composer-rundeps \
Expand Down
2 changes: 1 addition & 1 deletion 2.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:7-alpine
FROM php:8-alpine

RUN set -eux; \
apk add --no-cache --virtual .composer-rundeps \
Expand Down

0 comments on commit 2577b32

Please sign in to comment.