Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #75 from jpwhitemn/upgrade-alpine-314
Browse files Browse the repository at this point in the history
build: update alpine base to 3.14
  • Loading branch information
Lenny Goodell authored Sep 23, 2021
2 parents f1e503c + 0ed8fe5 commit e8c0987
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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 <bindu@iotechsys.com>"
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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/Dockerfile.alpine-base
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

ARG BASE=alpine:3.12
ARG BASE=alpine:3.14
FROM ${BASE}
LABEL maintainer="Bindu Rao <bindu@iotechsys.com>"
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
Expand Down

0 comments on commit e8c0987

Please sign in to comment.