Skip to content

Commit

Permalink
pushed php8.3-fpm and commented out images from ubcctlt for force to …
Browse files Browse the repository at this point in the history
…rebuild
  • Loading branch information
Ubuntu committed Oct 9, 2024
1 parent 22719ec commit e5ed6f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-fpm
FROM php:8.3-fpm

RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
libpng-dev \
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
depends_on:
- db
app: &app
image: ubcctlt/ipeer-app
##image: ubcctlt/ipeer-app
build:
context: .
volumes:
Expand Down Expand Up @@ -62,7 +62,7 @@ services:

# for running unit tests
app-unittest:
image: ubcctlt/ipeer-app-unittest
##image: ubcctlt/ipeer-app-unittest
build:
context: .
dockerfile: Dockerfile-app-unittest
Expand Down

0 comments on commit e5ed6f8

Please sign in to comment.