From bc2c4b5e203d2cbb671bc513836602d46a6bdcd1 Mon Sep 17 00:00:00 2001 From: PythonGermany <97847597+PythonGermany@users.noreply.github.com> Date: Sat, 4 Oct 2025 11:19:52 +0200 Subject: [PATCH] Update container image link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df3e7ee..7d64a05 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This project is a basic HTTP server written in C++98. The standards listed below ``` docker pull pythongermany/webserv ``` -Pull the [docker image](https://hub.docker.com/repository/docker/pythongermany/webserv/general) +Pull the [docker image](https://github.com/PythonGermany/42_webserv/pkgs/container/webserv) ``` make docker.build