mirror of
https://github.com/EV21/dynb.git
synced 2025-12-26 16:39:32 +01:00
Compare commits
3 Commits
0.5.2
...
9efc3df858
| Author | SHA1 | Date | |
|---|---|---|---|
|
9efc3df858
|
|||
|
715e548dfb
|
|||
|
1624691612
|
@@ -1,6 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## 0.5.3 (2023-02-26)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
* Set constant alpine version as latest couses issues. [Eduard Veit]
|
||||||
|
|
||||||
|
|
||||||
## 0.5.2 (2023-02-26)
|
## 0.5.2 (2023-02-26)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM alpine:latest
|
FROM alpine:3.16.4
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update \
|
apk update \
|
||||||
|
|||||||
2
dynb.sh
2
dynb.sh
@@ -70,7 +70,7 @@ _response=
|
|||||||
_statusHostname=
|
_statusHostname=
|
||||||
_statusUsername=
|
_statusUsername=
|
||||||
_statusPassword=
|
_statusPassword=
|
||||||
_version=0.5.1
|
_version=0.5.3
|
||||||
_userAgent="DynB/$_version github.com/EV21/dynb"
|
_userAgent="DynB/$_version github.com/EV21/dynb"
|
||||||
_configFile=$HOME/.local/share/dynb/.env
|
_configFile=$HOME/.local/share/dynb/.env
|
||||||
_statusFile=/tmp/dynb.status
|
_statusFile=/tmp/dynb.status
|
||||||
|
|||||||
Reference in New Issue
Block a user