Skip to content

Commit 20c85c6

Browse files
authored
Merge pull request docker-library#400 from michael-k/patch-1
Update to Alpine 3.7 for Postgres 10
2 parents 8734cee + 86972e3 commit 20c85c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

10/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM alpine:3.6
2+
FROM alpine:3.7
33

44
# alpine includes "postgres" user/group in base install
55
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ declare -A alpineVersion=(
2121
[9.4]='3.5'
2222
[9.5]='3.5'
2323
[9.6]='3.5'
24-
[10]='3.6'
24+
[10]='3.7'
2525
)
2626

2727
packagesBase='http://apt.postgresql.org/pub/repos/apt/dists/'

0 commit comments

Comments
 (0)