chore(docker): use 'latest' tag explicitly
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-12-30 17:39:55 +01:00
parent c9eed042f8
commit de4693ddaa
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM thegeeklab/alpine@sha256:4b2e6aaa9f0ff85655b12afd5a6aa91ff72f4d0522ba03297b1417990dd21f0c
FROM thegeeklab/alpine:latest@sha256:4b2e6aaa9f0ff85655b12afd5a6aa91ff72f4d0522ba03297b1417990dd21f0c
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"