chore: bumps up the alpine version to 3.15 (#923)

This commit is contained in:
Sanaz Taheri Boshrooyeh 2022-03-29 11:27:12 -08:00 committed by GitHub
parent 5ceef37e15
commit 63e23092e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# BUILD IMAGE --------------------------------------------------------
FROM alpine:3.12 AS nim-build
FROM alpine:3.15 AS nim-build
ARG NIM_PARAMS
ARG MAKE_TARGET=wakunode2
@ -22,7 +22,7 @@ RUN make -j$(nproc) $MAKE_TARGET NIM_PARAMS="$NIM_PARAMS"
# ACTUAL IMAGE -------------------------------------------------------
FROM alpine:3.12
FROM alpine:3.15
ARG MAKE_TARGET=wakunode2