chore: Move away from docker hub where possible (#2006)

* chore(build): Use ghcr images in standard docker-compose

* chore(build): Use ghcr for nginx base image
This commit is contained in:
bo0tzz
2023-03-16 15:06:14 +01:00
committed by GitHub
parent 82e8cd0f8d
commit 23e76b0bd9
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM docker.io/nginxinc/nginx-unprivileged:latest
FROM ghcr.io/nginxinc/nginx-unprivileged:1.23
COPY LICENSE /licenses/LICENSE.txt
COPY LICENSE /LICENSE