Update alpine Docker tag to v3.15.0

This commit is contained in:
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