Change from sha image tag to v5.1.0

This commit is contained in:
Max Winterstein
2020-12-30 11:21:28 +01:00
parent 41d3dd3894
commit b437616009
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
FROM buanet/iobroker@sha256:f3ea64a0a2e32768f77b707d739448636bd179580fee787f4b2610068edcb014
FROM buanet/iobroker:v5.1.0
# copy over the patched iobroker_startup.sh
COPY iobroker_startup.sh /opt/scripts/iobroker_startup.sh
RUN chmod a+x /opt/scripts/iobroker_startup.sh