alpine 3.12.3
This commit is contained in:
parent
227097be6a
commit
e3735537be
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM alpine:3.12 AS build
|
FROM alpine:3.12.3 AS build
|
||||||
RUN apk add --no-cache tzdata
|
RUN apk add --no-cache tzdata
|
||||||
|
|
||||||
FROM alpine:3.12
|
FROM alpine:3.12.3
|
||||||
MAINTAINER "f <f@sutty.nl>"
|
MAINTAINER "f <f@sutty.nl>"
|
||||||
|
|
||||||
# TODO: We don't want to receive lots of email, so we'll change this to
|
# TODO: We don't want to receive lots of email, so we'll change this to
|
||||||
|
|
Loading…
Reference in a new issue