0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-19 05:43:50 +02:00

Build Docker images using Go 1.19 (related to #2714)

This commit is contained in:
Neil Alexander 2022-09-27 10:52:03 +01:00
parent b5bfff47d2
commit d531202b0e
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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