Browse Source

use a more generic base image name

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
4242fd37a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -1,4 +1,4 @@
FROM nginx:1.10-alpine
FROM nginx:stable-alpine


RUN apk update && apk add \ RUN apk update && apk add \
python3 \ python3 \


Loading…
Cancel
Save