feat: remove version, increment alphine version (merge pull request #36 from codedipper/docker1)

docker: `version` is deprecated, increment Alpine version
This commit is contained in:
Ahwx 2024-07-04 10:19:29 +00:00 committed by GitHub
commit ecde593914
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.19
FROM alpine:3.20
RUN apk add php83 php83-fpm php83-dom php83-curl php83-json php83-openssl nginx --no-cache
RUN sed -i 's/user nginx;/user nobody;/' /etc/nginx/nginx.conf \

View file

@ -1,4 +1,3 @@
version: '3.3'
services:
binternet:
container_name: binternet