Skip to content
This repository was archived by the owner on Mar 10, 2024. It is now read-only.

Commit 31ca473

Browse files
authored
Set org.opencontainers.image.source in Dockerfile
1 parent db68815 commit 31ca473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM ghcr.io/swiftwasm/carton:0.12.1
22

33
LABEL maintainer="SwiftWasm Maintainers <[email protected]>"
44
LABEL Description="Docker Container for the SwiftWasm toolchain and SDK"
5+
LABEL org.opencontainers.image.source="https://github.com/swiftwasm/swiftwasm-action"
56

67
RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true && apt-get -q update && \
78
apt-get -q install -y \

0 commit comments

Comments
 (0)