Skip to content

Commit 78fd330

Browse files
Roderick Schaeferneomantra
Roderick Schaefer
authored andcommitted
Fixes python3 segfaults on OpenResty alpine images
See docker-library/python#211
1 parent 3a7924f commit 78fd330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

alpine-fat/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# This is an alpine-based build that keeps some build-related
55
# packages, has perl installed for opm, and includes luarocks.
66

7-
FROM alpine:3.6
7+
FROM alpine:3.7
88

99
LABEL maintainer="Evan Wies <[email protected]>"
1010

alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Dockerfile - alpine
22
# https://github.com/openresty/docker-openresty
33

4-
FROM alpine:3.6
4+
FROM alpine:3.7
55

66
LABEL maintainer="Evan Wies <[email protected]>"
77

0 commit comments

Comments
 (0)