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

update docker base-image to alpine 3.8 #3669

Merged
merged 1 commit into from
Aug 14, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/3669.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update docker base image from alpine 3.7 to 3.8.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/python:2-alpine3.7
FROM docker.io/python:2-alpine3.8

RUN apk add --no-cache --virtual .nacl_deps \
build-base \
Expand Down