Skip to content

Commit

Permalink
Merge pull request docker-library#550 from J0WI/alpine-3.9
Browse files Browse the repository at this point in the history
Update to Alpine 3.9
  • Loading branch information
yosifkit authored Feb 1, 2019
2 parents 42f9ab3 + cfac232 commit 01058c1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 10/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM alpine:3.8
FROM alpine:3.9

# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
Expand Down
2 changes: 1 addition & 1 deletion 11/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM alpine:3.8
FROM alpine:3.9

# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
Expand Down
2 changes: 1 addition & 1 deletion 9.4/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM alpine:3.8
FROM alpine:3.9

# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
Expand Down
2 changes: 1 addition & 1 deletion 9.5/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM alpine:3.8
FROM alpine:3.9

# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
Expand Down
2 changes: 1 addition & 1 deletion 9.6/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# vim:set ft=dockerfile:
FROM alpine:3.8
FROM alpine:3.9

# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaultDebianSuite='stretch-slim'
declare -A debianSuite=(
#[9.6]='jessie'
)
defaultAlpineVersion='3.8'
defaultAlpineVersion='3.9'
declare -A alpineVersion=(
#[9.6]='3.5'
)
Expand Down

0 comments on commit 01058c1

Please sign in to comment.