Skip to content

Commit

Permalink
feat: remove version, increment alphine version (merge pull request #…
Browse files Browse the repository at this point in the history
…36 from codedipper/docker1)

docker: `version` is deprecated, increment Alpine version
  • Loading branch information
Ahwxorg authored Jul 4, 2024
2 parents 04efd70 + 2370e0c commit ecde593
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.3'
services:
binternet:
container_name: binternet
Expand Down

0 comments on commit ecde593

Please sign in to comment.