Skip to content

Commit 144af33

Browse files
committed
v1.41.0
1 parent cfada9f commit 144af33

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.drone.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ pipeline:
1515
- DOCKER_IMAGE_VERSION=${DRONE_TAG}
1616
when:
1717
event: tag
18+
branch: master
1819

1920
image-public:
2021
image: plugins/docker
@@ -30,6 +31,7 @@ pipeline:
3031
- DOCKER_IMAGE_VERSION=${DRONE_TAG}
3132
when:
3233
event: tag
34+
branch: master
3335

3436
notification-slack:
3537
image: plugins/slack

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ekidd/rust-musl-builder:1.40.0
1+
FROM ekidd/rust-musl-builder:1.41.0
22

33
LABEL maintainer="Jose Quintana <joseluisq.net>"
44

@@ -48,5 +48,5 @@ LABEL org.opencontainers.image.vendor="Jose Quintana" \
4848
org.opencontainers.image.url="https://github.com/joseluisq/rust-linux-darwin-builder" \
4949
org.opencontainers.image.title="Rust Linux / Darwin Builder" \
5050
org.opencontainers.image.description="Use same Docker image for compiling Rust programs for Linux (musl libc) & macOS (osxcross)." \
51-
org.opencontainers.image.version="v1.40.0" \
51+
org.opencontainers.image.version="v1.41.0" \
5252
org.opencontainers.image.documentation="https://github.com/joseluisq/rust-linux-darwin-builder"

0 commit comments

Comments
 (0)