Abstracts database storage & Status page UI (#88)

This commit is contained in:
Georgios Komninos
2021-08-28 15:10:30 +02:00
committed by GitHub
parent 7bb80c0c2e
commit b7c0990dcb
14 changed files with 456 additions and 256 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM golang:1.14.2-alpine3.11 as builder
FROM golang:1.16.7-alpine3.14 as builder
LABEL maintainer="Khanh Ngo <k@ndk.name"
ARG BUILD_DEPENDENCIES="npm \
yarn"