Skip to content

Commit

Permalink
Dockerfile: Update base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 authored Apr 8, 2024
1 parent 41c6933 commit ae0a5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM richarvey/nginx-php-fpm:3.1.4
FROM richarvey/nginx-php-fpm:3.1.6

LABEL maintainer="rackover@racknet.noip.me"

RUN apk update
RUN apk add git

COPY ./www/ /var/www/html
COPY ./www/ /var/www/html

0 comments on commit ae0a5ce

Please sign in to comment.