Update alpine Docker tag to v3.15.0

pull/84/head
Renovate Bot 2021-12-24 08:00:05 +00:00
parent fe9c19f0e8
commit 1d46d5f55e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# vim: filetype=dockerfile
# Our entire toolchain runs in alpine
FROM alpine:3.13.5 AS builder
FROM alpine:3.15.0 AS builder
ENV PATH "$PATH:/root/.cargo/bin"
# Needed for proper compiling of openssl-dev

View File

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