Change vlang build image, use latest V ORM returning Results

This commit is contained in:
Manuel 2023-04-07 10:48:02 +02:00
parent e6f94b8e3b
commit 674aa90c49
Signed by: Manuel
GPG key ID: 4085037435E1F07A
5 changed files with 18 additions and 19 deletions

View file

@ -1,4 +1,4 @@
FROM thevlang/vlang:alpine AS build
FROM git.snrd.eu/sunred/vlang:alpine AS build
WORKDIR /tmp/app
COPY . .