Loading Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # FROM rust:slim-bookworm AS arti FROM docker.io/rust:slim-bookworm AS arti MAINTAINER Silvio Rhatto <rhatto@torproject.org> ENV APP="arti" Loading docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ services: openresty: # Allows using the mkcert package image: openresty/openresty:bookworm image: docker.io/openresty/openresty:bookworm # Lacks mkcert package #image: openresty/openresty:alpine Loading Loading
Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. # FROM rust:slim-bookworm AS arti FROM docker.io/rust:slim-bookworm AS arti MAINTAINER Silvio Rhatto <rhatto@torproject.org> ENV APP="arti" Loading
docker-compose.yml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ services: openresty: # Allows using the mkcert package image: openresty/openresty:bookworm image: docker.io/openresty/openresty:bookworm # Lacks mkcert package #image: openresty/openresty:alpine Loading