Skip to content

Commit cd5e2ba

Browse files
authored
Merge pull request docker-library#466 from michael-k/alpine-3.8
Bump defaultAlpineVersion to 3.8
2 parents 686aae6 + 34689e2 commit cd5e2ba

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.7
2+
FROM alpine:3.8
33

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

11/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.7
2+
FROM alpine:3.8
33

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

9.3/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.7
2+
FROM alpine:3.8
33

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

9.4/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.7
2+
FROM alpine:3.8
33

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

9.5/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.7
2+
FROM alpine:3.8
33

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

9.6/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.7
2+
FROM alpine:3.8
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
@@ -13,7 +13,7 @@ defaultDebianSuite='stretch-slim'
1313
declare -A debianSuite=(
1414
#[9.6]='jessie'
1515
)
16-
defaultAlpineVersion='3.7'
16+
defaultAlpineVersion='3.8'
1717
declare -A alpineVersion=(
1818
#[9.6]='3.5'
1919
)

0 commit comments

Comments
 (0)