CI: Conservatively update release images so they keep building.

This commit is contained in:
Lain Soykaf 2021-11-14 20:37:32 +01:00 committed by rinpatch
parent e4cfdfd701
commit b34f0a6e51
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,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
@ -321,7 +321,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