File tree 8 files changed +18
-18
lines changed
8 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
- # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11 -stable
5
+ # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12 -stable
6
6
RUN set -eux; \
7
7
addgroup -g 70 -S postgres; \
8
8
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
- # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11 -stable
5
+ # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12 -stable
6
6
RUN set -eux; \
7
7
addgroup -g 70 -S postgres; \
8
8
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
@@ -50,7 +50,7 @@ RUN set -ex \
50
50
libxml2-dev \
51
51
libxslt-dev \
52
52
linux-headers \
53
- llvm9 -dev clang g++ \
53
+ llvm10 -dev clang g++ \
54
54
make \
55
55
# openldap-dev \
56
56
openssl-dev \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
- # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11 -stable
5
+ # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12 -stable
6
6
RUN set -eux; \
7
7
addgroup -g 70 -S postgres; \
8
8
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
@@ -50,7 +50,7 @@ RUN set -ex \
50
50
libxml2-dev \
51
51
libxslt-dev \
52
52
linux-headers \
53
- llvm9 -dev clang g++ \
53
+ llvm10 -dev clang g++ \
54
54
make \
55
55
# openldap-dev \
56
56
openssl-dev \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
- # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11 -stable
5
+ # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12 -stable
6
6
RUN set -eux; \
7
7
addgroup -g 70 -S postgres; \
8
8
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
@@ -50,7 +50,7 @@ RUN set -ex \
50
50
libxml2-dev \
51
51
libxslt-dev \
52
52
linux-headers \
53
- llvm9 -dev clang g++ \
53
+ llvm10 -dev clang g++ \
54
54
make \
55
55
# openldap-dev \
56
56
openssl-dev \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
- # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11 -stable
5
+ # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12 -stable
6
6
RUN set -eux; \
7
7
addgroup -g 70 -S postgres; \
8
8
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
Original file line number Diff line number Diff line change 1
1
# vim:set ft=dockerfile:
2
- FROM alpine:3.11
2
+ FROM alpine:3.12
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
- # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11 -stable
5
+ # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12 -stable
6
6
RUN set -eux; \
7
7
addgroup -g 70 -S postgres; \
8
8
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
Original file line number Diff line number Diff line change 2
2
FROM alpine:%%ALPINE-VERSION%%
3
3
4
4
# 70 is the standard uid/gid for "postgres" in Alpine
5
- # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.11 -stable
5
+ # https://git.alpinelinux.org/aports/tree/main/postgresql/postgresql.pre-install?h=3.12 -stable
6
6
RUN set -eux; \
7
7
addgroup -g 70 -S postgres; \
8
8
adduser -u 70 -S -D -G postgres -H -h /var/lib/postgresql -s /bin/sh postgres; \
@@ -50,7 +50,7 @@ RUN set -ex \
50
50
libxml2-dev \
51
51
libxslt-dev \
52
52
linux-headers \
53
- llvm9 -dev clang g++ \
53
+ llvm10 -dev clang g++ \
54
54
make \
55
55
# openldap-dev \
56
56
openssl-dev \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ declare -A debianSuite=(
18
18
[10]=' stretch-slim'
19
19
[11]=' stretch-slim'
20
20
)
21
- defaultAlpineVersion=' 3.11 '
21
+ defaultAlpineVersion=' 3.12 '
22
22
declare -A alpineVersion=(
23
23
# [9.6]='3.5'
24
24
)
You can’t perform that action at this time.
0 commit comments