Skip to content

Commit

Permalink
⬆️ Upgrades base image in GitLab CI to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Jun 11, 2018
1 parent 7f6fab5 commit f281eaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ build:armhf:
<<: *build
variables:
ADDON_ARCH: armhf
FROM: hassioaddons/base-armhf:1.3.3
FROM: hassioaddons/base-armhf:1.4.2
tags:
- build
- armhf
Expand All @@ -309,7 +309,7 @@ build:aarch64:
<<: *build
variables:
ADDON_ARCH: aarch64
FROM: hassioaddons/base-aarch64:1.3.3
FROM: hassioaddons/base-aarch64:1.4.2
tags:
- build
- aarch64
Expand All @@ -318,7 +318,7 @@ build:i386:
<<: *build
variables:
ADDON_ARCH: i386
FROM: hassioaddons/base-i386:1.3.3
FROM: hassioaddons/base-i386:1.4.2
tags:
- build
- i386
Expand All @@ -327,7 +327,7 @@ build:amd64:
<<: *build
variables:
ADDON_ARCH: amd64
FROM: hassioaddons/base-amd64:1.3.3
FROM: hassioaddons/base-amd64:1.4.2
tags:
- build
- amd64
Expand Down

0 comments on commit f281eaf

Please sign in to comment.