Skip to content

Commit

Permalink
METAL-3914 upgrade pgsql to 13 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabde authored Feb 24, 2023
1 parent 5180662 commit df88cfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM postgres:11-alpine
ARG CLOUD_SDK_VERSION=403.0.0
FROM postgres:13-alpine
ARG CLOUD_SDK_VERSION=419.0.0
ENV CLOUD_SDK_VERSION=$CLOUD_SDK_VERSION

ENV PATH /google-cloud-sdk/bin:$PATH
Expand Down

0 comments on commit df88cfa

Please sign in to comment.