1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-28 10:42:06 +03:00

Alpine 3.14

This commit is contained in:
J0WI
2021-06-16 15:15:38 +02:00
parent 56eb8091dc
commit 718c12a2ad
7 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM alpine:3.13
FROM alpine:3.14
# 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM alpine:3.13
FROM alpine:3.14
# 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
@ -46,7 +46,7 @@ RUN set -eux; \
libxml2-dev \
libxslt-dev \
linux-headers \
llvm10-dev clang g++ \
llvm11-dev clang g++ \
make \
# openldap-dev \
openssl-dev \

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM alpine:3.13
FROM alpine:3.14
# 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
@ -46,7 +46,7 @@ RUN set -eux; \
libxml2-dev \
libxslt-dev \
linux-headers \
llvm10-dev clang g++ \
llvm11-dev clang g++ \
make \
# openldap-dev \
openssl-dev \

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM alpine:3.13
FROM alpine:3.14
# 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
@ -46,7 +46,7 @@ RUN set -eux; \
libxml2-dev \
libxslt-dev \
linux-headers \
llvm10-dev clang g++ \
llvm11-dev clang g++ \
make \
# openldap-dev \
openssl-dev \

View File

@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM alpine:3.13
FROM alpine:3.14
# 70 is the standard uid/gid for "postgres" in Alpine
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable

View File

@ -46,7 +46,7 @@ RUN set -eux; \
libxml2-dev \
libxslt-dev \
linux-headers \
llvm10-dev clang g++ \
llvm11-dev clang g++ \
make \
# openldap-dev \
openssl-dev \

View File

@ -16,7 +16,7 @@ declare -A debianSuite=(
[10]='stretch-slim'
[11]='stretch-slim'
)
defaultAlpineVersion='3.13'
defaultAlpineVersion='3.14'
declare -A alpineVersion=(
#[9.6]='3.5'
)