CI: Conservatively update release images so they keep building.

This commit is contained in:
Lain Soykaf 2021-11-14 20:37:32 +01:00
parent 6b5c2d5f86
commit 5c7aa4a1e9
1 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@ arm:
only: *release-only
tags:
- arm32-specified
image: arm32v7/elixir:1.10.3
image: arm32v7/elixir:1.10.4
cache: *release-cache
variables: *release-variables
before_script: *before-release
@ -322,7 +322,7 @@ arm64:
only: *release-only
tags:
- arm
image: arm64v8/elixir:1.10.3
image: arm64v8/elixir:1.10.4
cache: *release-cache
variables: *release-variables
before_script: *before-release