Skip to content

Commit

Permalink
Merge pull request #81446 from cockroachdb/blathers/backport-release-…
Browse files Browse the repository at this point in the history
…21.2-81437

release-21.2: psql: fix docker image used in acceptance test
  • Loading branch information
otan authored May 18, 2022
2 parents 965686c + b1f1f2e commit b16973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/acceptance/compose/gss/psql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN GO111MODULE=off go get -d -t -tags gss_compose
RUN GO111MODULE=off go test -v -c -tags gss_compose -o gss.test

# Copy the test binary to an image with psql and krb installed.
FROM postgres:11
FROM postgres:11.15

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends \
Expand Down

0 comments on commit b16973c

Please sign in to comment.