Possibly fix the upgrade tests

This commit is contained in:
Neil Alexander 2022-07-08 15:39:12 +01:00
parent fbf32819e2
commit d94da253fc
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -48,7 +48,7 @@ const HEAD = "HEAD"
// due to the error:
// When using COPY with more than one source file, the destination must be a directory and end with a /
// We need to run a postgres anyway, so use the dockerfile associated with Complement instead.
const Dockerfile = `FROM golang:1.16-stretch as build
const Dockerfile = `FROM golang:1.18-stretch as build
RUN apt-get update && apt-get install -y postgresql
WORKDIR /build