Browse Source

update docker base-image to alpine 3.8

tags/v0.33.3rc1
Jan Christian Grünhage 5 years ago
parent
commit
d967653705
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      changelog.d/3669.misc
  2. +1
    -1
      docker/Dockerfile

+ 1
- 0
changelog.d/3669.misc View File

@@ -0,0 +1 @@
Update docker base image from alpine 3.7 to 3.8.

+ 1
- 1
docker/Dockerfile View File

@@ -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 \


Loading…
Cancel
Save