Skip to content

Commit

Permalink
Update mkcert
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Oct 13, 2022
1 parent 3d40ad6 commit 521b9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/wordpress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM wordpress:${VERSION}
RUN \
a2enmod ssl && \
a2ensite default-ssl.conf && \
curl -L https://github.com/FiloSottile/mkcert/releases/download/v1.4.3/mkcert-v1.4.3-linux-amd64 -o /usr/local/bin/mkcert && \
curl -L https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-linux-amd64 -o /usr/local/bin/mkcert && \
chmod +x /usr/local/bin/mkcert && \
/usr/local/bin/mkcert -cert-file /etc/ssl/certs/ssl-cert-snakeoil.pem -key-file /etc/ssl/private/ssl-cert-snakeoil.key localhost && \
mkdir -p /var/www/mu-plugins
Expand Down

0 comments on commit 521b9fe

Please sign in to comment.