Update to Go 1.15

This commit is contained in:
Leopold Schabel 2021-02-04 23:28:25 +01:00
parent d3469ff0a2
commit a63297069c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM golang:1.14 as builder
FROM docker.io/golang:1.15@sha256:c161abf0cde3969e05f6914a86cab804b2b0df515f4ff9570475b25547ba7959 as builder
COPY . /opt
WORKDIR /opt