Upgrade go docker builder image

This commit is contained in:
vpereira01 2022-04-09 17:16:06 +01:00 committed by John C. Vernaleo
parent b87a4f4835
commit e153fefbad

View File

@ -5,7 +5,7 @@
###########################
# Build binaries stage
###########################
FROM --platform=$BUILDPLATFORM golang:1.16.15-alpine3.15 AS build
FROM --platform=$BUILDPLATFORM golang:1.17.8-alpine3.15 AS build
ADD . /app
WORKDIR /app
# Arguments required to build binaries targetting the correct OS and CPU architectures