Commit 6f15e32 1 parent 3b75d36 commit 6f15e32 Copy full SHA for 6f15e32
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ COPY ./snapshot_versions.json .
38
38
39
39
FROM snapshot-versions-getter-${snapshot_versions_type} as snapshot-versions-getter
40
40
41
- FROM docker.io/node:22.12.0-alpine@sha256:6e80991f69cc7722c561e5d14d5e72ab47c0d6b6cfb3ae50fb9cf9a7b30fdf97 as caddyfile-builder
42
41
42
+ FROM docker.io/node:22.12.0-alpine@sha256:6e80991f69cc7722c561e5d14d5e72ab47c0d6b6cfb3ae50fb9cf9a7b30fdf97 as caddyfile-builder
43
43
44
44
COPY package.json package-lock.json ./
45
45
RUN npm install -g npm && npm install
@@ -51,7 +51,7 @@ FROM docker.io/caddy:2.8.4-alpine@sha256:e97e0e3f8f51be708a9d5fadbbd75e3398c22fc
51
51
52
52
LABEL org.opencontainers.image.authors=
"Hong Xu <[email protected] >"
53
53
LABEL org.opencontainers.image.title="Delpa Redirection Server"
54
- LABEL org.opencontainers.image.source=https://github.com/delpa-org/redirection-server
54
+ LABEL org.opencontainers.image.source=" https://github.com/delpa-org/redirection-server"
55
55
LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later
56
56
LABEL org.opencontainers.image.url="https://delpa.org"
57
57
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ You can retrieve the latest version by running:
14
14
15
15
docker pull ghcr.io/delpa-org/delpa-redirection-server:latest
16
16
17
- You may use [ podman] [ ] in place of Docker in the command above.
17
+ You may use [ podman] [ ] in place of [ Docker] [ ] in the command above.
18
18
19
19
## Build and Run
20
20
@@ -80,6 +80,7 @@ Unless otherwise stated:
80
80
See the `COPYING` file for license details.
81
81
82
82
[ Delpa meta issue tracker ] : https://github.com/delpa-org/meta/issues
83
+ [ Docker ] : https://docs.docker.com/
83
84
[ Forum ] : https://github.com/delpa-org/meta/discussions
84
85
[ issue tracker ] : https://github.com/delpa-org/redirection-server/issues
85
86
[ npm ] : https://docs.npmjs.com/cli
You can’t perform that action at this time.
0 commit comments