chore: switched to vlang 0.3 Docker image

This commit is contained in:
Jef Roosens 2022-07-03 14:11:29 +02:00
parent 1a940f2f98
commit 0d0fb323f2
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
7 changed files with 11 additions and 11 deletions

View file

@ -7,7 +7,7 @@ platform: ${PLATFORM}
pipeline:
install-modules:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
pull: true
commands:
- export VMODULES=$PWD/.vmodules
@ -16,7 +16,7 @@ pipeline:
event: [push, pull_request]
debug:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
commands:
- export VMODULES=$PWD/.vmodules
- make
@ -26,7 +26,7 @@ pipeline:
exclude: [main]
prod:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
environment:
- LDFLAGS=-lz -lbz2 -llzma -lexpat -lzstd -llz4 -lsqlite3 -static
commands:
@ -44,7 +44,7 @@ pipeline:
event: [push, pull_request]
upload:
image: 'chewingbever/vlang:latest'
image: 'chewingbever/vlang:0.3'
secrets: [ s3_username, s3_password ]
commands:
# https://gist.github.com/JustinTimperio/7c7115f87b775618637d67ac911e595f