Update Chromium and Go

Signed-off-by: Aaron <admin@datahoarder.dev>
This commit is contained in:
Aaron
2020-08-15 00:50:54 +02:00
parent c35b5168b1
commit cc92893551
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#
# STAGE 1: SERVER
#
FROM golang:1.14-buster as server
FROM golang:1.15-buster as server
WORKDIR /src
#