Skip to content

Commit c290f32

Browse files
committed
Dockerfile:LABEL
LABEL org.opencontainers.image.description="miniscript compiler"
1 parent 1a855b0 commit c290f32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM emscripten/emsdk:latest as base
22
LABEL org.opencontainers.image.source="https://github.com/bitcoincore-dev/miniscript-docker"
3+
LABEL org.opencontainers.image.description="miniscript compiler"
34
RUN touch updated
45
RUN echo $(date +%s) > updated
56
RUN apt-get update

0 commit comments

Comments
 (0)