Update alpine Docker tag to v3.13.5 #43

Merged
Jef Roosens merged 1 commits from renovate/docker-alpine-3.x into develop 2021-04-24 10:14:04 +02:00
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