Skip to content

Commit 96d1e2a

Browse files
authored
Merge pull request #77 from WyriHaximus/always-use-the-latest-alpine
Always use the latest Alpine version
2 parents bc6d927 + 202b2e8 commit 96d1e2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile-build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# syntax=docker/dockerfile:experimental
2-
FROM wyrihaximusnet/php:7.4-nts-alpine3.13-slim-dev-root AS install-dependencies
2+
FROM wyrihaximusnet/php:7.4-nts-alpine-slim-dev-root AS install-dependencies
33
RUN mkdir /workdir
44
COPY ./composer.json /workdir
55
COPY ./composer.lock /workdir
66
WORKDIR /workdir
77
RUN composer install --ansi --no-progress --no-interaction --prefer-dist
88

99
## Compile runtime image
10-
FROM wyrihaximusnet/php:7.4-nts-alpine3.13-slim-root AS runtime
10+
FROM wyrihaximusnet/php:7.4-nts-alpine-slim-root AS runtime
1111
RUN mkdir /workdir
1212
COPY ./entrypoint.sh ./comment.php ./composer.* /workdir/
1313
COPY --from=install-dependencies /workdir/vendor/ /workdir/vendor/

0 commit comments

Comments
 (0)