Skip to content
Snippets Groups Projects
Unverified Commit cd5e2ba9 authored by Tianon Gravi's avatar Tianon Gravi Committed by GitHub
Browse files

Merge pull request #466 from michael-k/alpine-3.8

Bump defaultAlpineVersion to 3.8
parents 686aae65 34689e2a
No related tags found
No related merge requests found
# vim:set ft=dockerfile:
FROM alpine:3.7
FROM alpine:3.8
# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
......
# vim:set ft=dockerfile:
FROM alpine:3.7
FROM alpine:3.8
# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
......
# vim:set ft=dockerfile:
FROM alpine:3.7
FROM alpine:3.8
# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
......
# vim:set ft=dockerfile:
FROM alpine:3.7
FROM alpine:3.8
# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
......
# vim:set ft=dockerfile:
FROM alpine:3.7
FROM alpine:3.8
# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
......
# vim:set ft=dockerfile:
FROM alpine:3.7
FROM alpine:3.8
# alpine includes "postgres" user/group in base install
# /etc/passwd:22:postgres:x:70:70::/var/lib/postgresql:/bin/sh
......
......@@ -13,7 +13,7 @@ defaultDebianSuite='stretch-slim'
declare -A debianSuite=(
#[9.6]='jessie'
)
defaultAlpineVersion='3.7'
defaultAlpineVersion='3.8'
declare -A alpineVersion=(
#[9.6]='3.5'
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment