Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
⬆️ Update to base image v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Apr 10, 2019
1 parent 3cd3f30 commit 816fffd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion home-panel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=hassioaddons/base:3.0.1
ARG BUILD_FROM=hassioaddons/base:3.1.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

Expand Down
10 changes: 5 additions & 5 deletions home-panel/build.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"args": {},
"build_from": {
"aarch64": "hassioaddons/base-aarch64:3.0.1",
"amd64": "hassioaddons/base-amd64:3.0.1",
"armhf": "hassioaddons/base-armhf:3.0.1",
"armv7": "hassioaddons/base-armv7:3.0.1",
"i386": "hassioaddons/base-i386:3.0.1"
"aarch64": "hassioaddons/base-aarch64:3.1.0",
"amd64": "hassioaddons/base-amd64:3.1.0",
"armhf": "hassioaddons/base-armhf:3.1.0",
"armv7": "hassioaddons/base-armv7:3.1.0",
"i386": "hassioaddons/base-i386:3.1.0"
},
"squash": false
}

0 comments on commit 816fffd

Please sign in to comment.