Docker updated to PHP8.2

This commit is contained in:
Pablo Ferreiro 2023-06-12 15:20:42 +02:00
parent 8c769d89d4
commit 4a59dab75c
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM php:8.1-apache
FROM php:8.2-apache
WORKDIR /var/www/html
COPY --from=composer /usr/bin/composer /usr/bin/composer
RUN apt update -y && apt upgrade -y \

View file

@ -3,7 +3,7 @@ version: '3'
services:
web:
container_name: proxitok-web
image: ghcr.io/pablouser1/proxitok:master
build: .
ports:
- 8080:80
environment: