mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-26 15:08:28 +00:00
Build Docker images using Go 1.17
This commit is contained in:
parent
fe5050c0a5
commit
cf42ae6064
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue