Skip to content

Commit f8e61ad

Browse files
committed
Upgrade Alpine to 3.10
1 parent 634ab9d commit f8e61ad

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

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

12/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.9
2+
FROM alpine:3.10
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.9
2+
FROM alpine:3.10
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.9
2+
FROM alpine:3.10
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.9
2+
FROM alpine:3.10
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 debianSuite=(
2121
[10]='stretch-slim'
2222
[11]='stretch-slim'
2323
)
24-
defaultAlpineVersion='3.9'
24+
defaultAlpineVersion='3.10'
2525
declare -A alpineVersion=(
2626
#[9.6]='3.5'
2727
)

0 commit comments

Comments
 (0)