diff --git a/Dockerfile b/Dockerfile index c55afab..92f3386 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,8 +38,8 @@ COPY ./snapshot_versions.json . FROM snapshot-versions-getter-${snapshot_versions_type} as snapshot-versions-getter -FROM docker.io/node:22.12.0-alpine@sha256:6e80991f69cc7722c561e5d14d5e72ab47c0d6b6cfb3ae50fb9cf9a7b30fdf97 as caddyfile-builder +FROM docker.io/node:22.12.0-alpine@sha256:6e80991f69cc7722c561e5d14d5e72ab47c0d6b6cfb3ae50fb9cf9a7b30fdf97 as caddyfile-builder COPY package.json package-lock.json ./ RUN npm install -g npm && npm install @@ -51,7 +51,7 @@ FROM docker.io/caddy:2.8.4-alpine@sha256:e97e0e3f8f51be708a9d5fadbbd75e3398c22fc LABEL org.opencontainers.image.authors="Hong Xu " LABEL org.opencontainers.image.title="Delpa Redirection Server" -LABEL org.opencontainers.image.source=https://github.com/delpa-org/redirection-server +LABEL org.opencontainers.image.source="https://github.com/delpa-org/redirection-server" LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later LABEL org.opencontainers.image.url="https://delpa.org" diff --git a/README.md b/README.md index e1dd59e..2012763 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ You can retrieve the latest version by running: docker pull ghcr.io/delpa-org/delpa-redirection-server:latest -You may use [podman][] in place of Docker in the command above. +You may use [podman][] in place of [Docker][] in the command above. ## Build and Run @@ -80,6 +80,7 @@ Unless otherwise stated: See the `COPYING` file for license details. [Delpa meta issue tracker]: https://github.com/delpa-org/meta/issues +[Docker]: https://docs.docker.com/ [Forum]: https://github.com/delpa-org/meta/discussions [issue tracker]: https://github.com/delpa-org/redirection-server/issues [npm]: https://docs.npmjs.com/cli