2 Commits

Author SHA1 Message Date
c90a8fff4a Bumping version to 0.1.11 2023-06-07 08:08:25 +02:00
f290fa2eb1 Adjusting Earthfile 2023-06-07 08:07:40 +02:00
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rustocat"
version = "0.1.10"
version = "0.1.11"
edition = "2021"
description = "Socat in rust with many less features and a configuration file"
license = "ISC"

View File

@ -19,9 +19,7 @@ docker:
FROM alpine
RUN apk add --no-cache libssl3
COPY +build/rustocat rustocat
ENTRYPOINT ["/bin/sh"]
CMD ["-c", "/rustbuild/rustocat"]
ENTRYPOINT ["rustocat"]
ARG EARTHLY_TARGET_TAG
ARG TAG=$EARTHLY_TARGET_TAG
SAVE IMAGE --push docker.hibas123.de/rustocat:latest
SAVE IMAGE --push docker.hibas123.de/rustocat:$TAG