Browse Source
[tm-monitor] update docker alpine version
pull/1943/head
Anton Kaliaev
7 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
1 additions and
1 deletions
-
tm-monitor/Dockerfile
|
@ -1,4 +1,4 @@ |
|
|
FROM alpine:3.5 |
|
|
|
|
|
|
|
|
FROM alpine:3.6 |
|
|
|
|
|
|
|
|
WORKDIR /app |
|
|
WORKDIR /app |
|
|
COPY tm-monitor /app/tm-monitor |
|
|
COPY tm-monitor /app/tm-monitor |
|
|