diff options
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # hadolint ignore=DL3007 -FROM alpine:latest +FROM alpine:3 # hadolint ignore=DL3018 RUN apk add --no-cache \ |
| index : python-api-server | |
| a small flask-application for storing and downloading stuff like small binaries | mg |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | Dockerfile | 2 |
@@ -1,5 +1,5 @@ # hadolint ignore=DL3007 -FROM alpine:latest +FROM alpine:3 # hadolint ignore=DL3018 RUN apk add --no-cache \ |