Verified Commit e5a44a3d authored by Silvio Rhatto's avatar Silvio Rhatto
Browse files

Fix: use fully qualified paths for container images (#6)

parent 149e7274
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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