Update to 1.16.5

This commit is contained in:
sjc
2021-06-28 13:48:16 -04:00
parent 90a8c3688c
commit 19614126e5
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1-experimental
FROM --platform=${BUILDPLATFORM} golang:1.15.2-alpine AS base
FROM --platform=${BUILDPLATFORM} golang:1.16.5-alpine AS base
WORKDIR /src
ENV CGO_ENABLED=0
COPY go.* .