Build Docker images using Go 1.17

main
Neil Alexander 2021-08-18 14:13:38 +01:00
parent fe5050c0a5
commit cf42ae6064
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/golang:1.15-alpine AS base
FROM docker.io/golang:1.17-alpine AS base
RUN apk --update --no-cache add bash build-base

View File

@ -1,4 +1,4 @@
FROM docker.io/golang:1.15-alpine AS base
FROM docker.io/golang:1.17-alpine AS base
RUN apk --update --no-cache add bash build-base