Pin build image to Alpine 3.15
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Timothée Floure 2022-06-09 08:54:13 +02:00
parent fa05a3d7d3
commit 06b52b3b2a
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ name: default
steps:
- name: build-release
image: alpine:latest
image: alpine:3.15
environment:
MIX_ENV: prod
commands:
@ -17,7 +17,7 @@ steps:
- cd _build/prod/rel
- tar czf "ha-handler-$(git describe --exact-match --tags $(git log -n1 --pretty='%h') || git rev-parse HEAD).tar.gz" ha_handler/
- name: publish-release-archive
image: alpine:latest
image: alpine:3.15
environment:
LFTP_PASSWORD:
from_secret: ssh_password