Update alpine Docker tag to v3.13.5
continuous-integration/drone the build was successful Details

pull/43/head
Renovate Bot 2021-04-24 08:03:09 +00:00
parent 3bdf79e824
commit caa92377f6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN cargo install \
# Now, we create the actual image
FROM alpine:3.12.5
FROM alpine:3.13.5
COPY ./docker/crontab /var/spool/cron/crontabs/fej
# Install some dynamic libraries needed for everything to work