Update alpine Docker tag to v3.15.0
This commit is contained in:
parent
fe9c19f0e8
commit
1d46d5f55e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue