Use specific Alpine version

... and not latest which is unspecific. Atm
it's the same
This commit is contained in:
Dirk Wetter 2019-04-17 08:08:12 +02:00
parent c792372c70
commit e4a08b3ed5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.9
RUN apk update && apk upgrade
RUN apk add bash procps drill git coreutils