Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit d967653

Browse files
committed
update docker base-image to alpine 3.8
1 parent 0ad98e3 commit d967653

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/3669.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update docker base image from alpine 3.7 to 3.8.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/python:2-alpine3.7
1+
FROM docker.io/python:2-alpine3.8
22

33
RUN apk add --no-cache --virtual .nacl_deps \
44
build-base \

0 commit comments

Comments
 (0)