Skip to content

Commit bc6bc24

Browse files
committed
move source label to the runner stage in Dockerfile
1 parent 22c96db commit bc6bc24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
LABEL org.opencontainers.image.source="https://github.com/pixelweatherproject/pwmp-server"
2-
31
###
42
### Build stage
53
###
@@ -16,6 +14,8 @@ RUN apk update && apk add git && cargo build --release --locked
1614

1715
FROM alpine:3.23.3 AS runner
1816

17+
LABEL org.opencontainers.image.source="https://github.com/pixelweatherproject/pwmp-server"
18+
1919
RUN apk update && apk add tini
2020
WORKDIR /app
2121
COPY --from=build /app/target/release/pwmp-server /app/pwmp-server

0 commit comments

Comments
 (0)