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

Commit

Permalink
update docker base-image to alpine 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage committed Aug 9, 2018
1 parent 0ad98e3 commit d967653
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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

0 comments on commit d967653

Please sign in to comment.