Skip to content

Commit

Permalink
⬆️ Upgrades Debian Buster to 20201012
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 20, 2020
1 parent 31c4a7d commit 3c89d74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ variables:
ADDON_PUBLISH: "false"
ADDON_QEMU: "true"

ADDON_AARCH64_BASE: "arm64v8/debian:buster-20200803-slim"
ADDON_AMD64_BASE: "amd64/debian:buster-20200803-slim"
ADDON_ARMV7_BASE: "arm32v7/debian:buster-20200803-slim"
ADDON_I386_BASE: "i386/debian:buster-20200803-slim"
ADDON_ARMHF_BASE: "arm32v5/debian:buster-20200803-slim"
ADDON_AARCH64_BASE: "arm64v8/debian:buster-20201012-slim"
ADDON_AMD64_BASE: "amd64/debian:buster-20201012-slim"
ADDON_ARMV7_BASE: "arm32v7/debian:buster-20201012-slim"
ADDON_I386_BASE: "i386/debian:buster-20201012-slim"
ADDON_ARMHF_BASE: "arm32v5/debian:buster-20201012-slim"
10 changes: 5 additions & 5 deletions base/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"image": "hassioaddons/debian-base-{arch}",
"squash": false,
"build_from": {
"aarch64": "arm64v8/debian:buster-20200803-slim",
"amd64": "amd64/debian:buster-20200803-slim",
"armhf": "arm32v5/debian:buster-20200803-slim",
"armv7": "arm32v7/debian:buster-20200803-slim",
"i386": "i386/debian:buster-20200803-slim"
"aarch64": "arm64v8/debian:buster-20201012-slim",
"amd64": "amd64/debian:buster-20201012-slim",
"armhf": "arm32v5/debian:buster-20201012-slim",
"armv7": "arm32v7/debian:buster-20201012-slim",
"i386": "i386/debian:buster-20201012-slim"
},
"args": {}
}

0 comments on commit 3c89d74

Please sign in to comment.