Skip to content

Commit e847bf2

Browse files
committed
v0.7.2
1 parent 702722a commit e847bf2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gbridge-bridge"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
authors = ["Pascal Hartig <[email protected]>"]
55
edition = "2018"
66

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.9
22
LABEL maintainer="Pascal Hartig <[email protected]>"
33

4-
ARG PROGVERSION=v0.7.1
4+
ARG PROGVERSION=v0.7.2
55

66
ADD https://github.com/passy/gbridge-bridge/releases/download/$PROGVERSION/gbridge-bridge-lnx64.tar.bz2 /tmp/gbridge-bridge.tar.bz2
77
RUN tar -xjvf /tmp/gbridge-bridge.tar.bz2 -C /srv/

0 commit comments

Comments
 (0)