Alpine 3.14
This commit is contained in:
parent
56eb8091dc
commit
718c12a2ad
|
|
@ -1,5 +1,5 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.13
|
FROM alpine:3.14
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 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
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.13
|
FROM alpine:3.14
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 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
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
|
|
@ -46,7 +46,7 @@ RUN set -eux; \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
llvm10-dev clang g++ \
|
llvm11-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
# openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.13
|
FROM alpine:3.14
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 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
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
|
|
@ -46,7 +46,7 @@ RUN set -eux; \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
llvm10-dev clang g++ \
|
llvm11-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
# openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.13
|
FROM alpine:3.14
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 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
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
|
|
@ -46,7 +46,7 @@ RUN set -eux; \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
llvm10-dev clang g++ \
|
llvm11-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
# openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# vim:set ft=dockerfile:
|
# vim:set ft=dockerfile:
|
||||||
FROM alpine:3.13
|
FROM alpine:3.14
|
||||||
|
|
||||||
# 70 is the standard uid/gid for "postgres" in Alpine
|
# 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
|
# https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12-stable
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ RUN set -eux; \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
llvm10-dev clang g++ \
|
llvm11-dev clang g++ \
|
||||||
make \
|
make \
|
||||||
# openldap-dev \
|
# openldap-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue