diff options
author | Cem Keylan <cem@ckyln.com> | 2021-11-09 13:38:52 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-11-09 13:38:52 +0100 |
commit | ee3f2f34812c535bf5690fddb8693cca0f656381 (patch) | |
tree | e35632ee8ddead90d9cf619ccc629908041dd160 /.build.yml | |
parent | 7778b264cc5813455f321f9e64d5705a8b2d8394 (diff) | |
download | repository-ee3f2f34812c535bf5690fddb8693cca0f656381.tar.gz |
build.yml: use alpine/latest for build image
Diffstat (limited to '.build.yml')
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -image: alpine/edge +image: alpine/latest packages: - shellcheck tasks: |