Skip to content

Commit

Permalink
Updated base Docker images to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Aug 10, 2023
1 parent f9c6889 commit dbd4e2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 68publishers/php:8.1-cli-dev-1.0.0 AS worker
FROM 68publishers/php:8.1-cli-dev-1.1.0 AS worker

USER root

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
app:
image: 68publishers/php:8.1-unit-dev-2.0.0
image: 68publishers/php:8.1-unit-dev-2.1.0
user: "www-data:www-data"
container_name: cmp-app
profiles:
Expand Down
6 changes: 3 additions & 3 deletions docker/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 68publishers/php:8.1-cli-prod-1.0.0 as builder
FROM 68publishers/php:8.1-cli-prod-1.1.0 as builder

WORKDIR /build
USER root
Expand Down Expand Up @@ -29,7 +29,7 @@ RUN set -ex \
&& yarn install --no-progress --non-interactive \
&& yarn run encore prod

FROM 68publishers/php:8.1-unit-prod-2.0.0 as app
FROM 68publishers/php:8.1-unit-prod-2.1.0 as app

WORKDIR /var/www/html

Expand All @@ -44,7 +44,7 @@ COPY --from=builder --chown=www-data:www-data /build/vendor ./vendor/
COPY --from=builder --chown=www-data:www-data /build/composer* .
COPY --from=builder --chown=www-data:www-data /build/.env.local.php .

FROM 68publishers/php:8.1-cli-prod-1.0.0 as worker
FROM 68publishers/php:8.1-cli-prod-1.1.0 as worker

USER root

Expand Down

0 comments on commit dbd4e2f

Please sign in to comment.