upgrate postgres-client version for alpine

Change-Id: Ie50d509fdda51138e59341f50d97df111f60c8e1
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/247166
Reviewed-by: James Butters <jbutters@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Aaron Ogata <aogata@instructure.com>
Product-Review: Aaron Ogata <aogata@instructure.com>
This commit is contained in:
Aaron Ogata 2020-09-08 12:36:41 -07:00
parent 3d03debbd5
commit c59b12fbab
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ ARG RUBY=2.6
FROM instructure/passenger-nginx-alpine:${RUBY} AS dependencies
LABEL maintainer="Instructure"
ARG POSTGRES_CLIENT=12.2
ARG POSTGRES_CLIENT=12.4
ARG ALPINE_MIRROR=http://dl-cdn.alpinelinux.org/alpine
ARG NODE=10.19.0-r0

View File

@ -26,7 +26,7 @@ RUN --mount=target=/tmp/src find client_apps/* -name 'package.json' -exec cp --p
FROM instructure/passenger-nginx-alpine:${RUBY} AS dependencies
LABEL maintainer="Instructure"
ARG POSTGRES_CLIENT=12.2
ARG POSTGRES_CLIENT=12.4
ARG ALPINE_MIRROR=http://dl-cdn.alpinelinux.org/alpine
ARG NODE=10.19.0-r0

View File

@ -24,7 +24,7 @@ WORKDIR /tmp/src
FROM instructure/passenger-nginx-alpine:${RUBY} AS dependencies
LABEL maintainer="Instructure"
ARG POSTGRES_CLIENT=12.2
ARG POSTGRES_CLIENT=12.4
ARG ALPINE_MIRROR=http://dl-cdn.alpinelinux.org/alpine
ARG NODE=10.19.0-r0