diff --git a/scripts/Dockerfile.alpine b/scripts/Dockerfile.alpine index 6066edb..53b9625 100644 --- a/scripts/Dockerfile.alpine +++ b/scripts/Dockerfile.alpine @@ -14,7 +14,7 @@ # limitations under the License. # -ARG BASE=alpine:3.12 +ARG BASE=alpine:3.14 FROM ${BASE} as builder LABEL maintainer="Bindu Rao " RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev @@ -28,7 +28,7 @@ WORKDIR /device-grove RUN /device-grove/scripts/build_deps.sh 1 RUN /device-grove/scripts/build.sh -FROM alpine:3.12 +FROM alpine:3.14 WORKDIR / RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid diff --git a/scripts/Dockerfile.alpine-base b/scripts/Dockerfile.alpine-base index 3fb6b7e..eb45bdc 100644 --- a/scripts/Dockerfile.alpine-base +++ b/scripts/Dockerfile.alpine-base @@ -14,7 +14,7 @@ # limitations under the License. # -ARG BASE=alpine:3.12 +ARG BASE=alpine:3.14 FROM ${BASE} LABEL maintainer="Bindu Rao " RUN apk add --update --no-cache build-base git gcc cmake make linux-headers yaml-dev libmicrohttpd-dev curl-dev util-linux-dev ncurses-dev