mirror of
https://github.com/bitnami/containers.git
synced 2026-02-24 15:17:27 +08:00
Update PostgreSQL to 9.5.3-3
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
FROM gcr.io/stacksmith-images/ubuntu:14.04-r07
|
||||
MAINTAINER Bitnami <containers@bitnami.com>
|
||||
|
||||
ENV BITNAMI_IMAGE_VERSION=9.5.3-r0 \
|
||||
ENV BITNAMI_IMAGE_VERSION=9.5.3-r1 \
|
||||
BITNAMI_APP_NAME=postgresql \
|
||||
BITNAMI_APP_USER=postgres
|
||||
|
||||
RUN bitnami-pkg unpack postgresql-9.5.3-1 --checksum 458ac1d3beb5b250af17ee7b829c061867d770b6655379528c2b2339f2e426ef
|
||||
RUN bitnami-pkg unpack postgresql-9.5.3-3 --checksum b1f8e2d9d8848453153c1059e2c4322d866b794010590520e79796f628127
|
||||
ENV PATH=/opt/bitnami/$BITNAMI_APP_NAME/sbin:/opt/bitnami/$BITNAMI_APP_NAME/bin:$PATH
|
||||
|
||||
COPY rootfs/ /
|
||||
|
||||
Reference in New Issue
Block a user