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

Commit

Permalink
fix: pin base image to alpine:3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Ernesto Ojeda <ernesto.ojeda@intel.com>
  • Loading branch information
ernestojeda committed Jul 16, 2021
1 parent 9c78a47 commit 264a8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WORKDIR /device-grove
RUN /device-grove/scripts/build_deps.sh 1
RUN /device-grove/scripts/build.sh

FROM ${BASE}
FROM alpine:3.12
WORKDIR /

RUN apk add --update --no-cache linux-headers yaml libmicrohttpd curl libuuid
Expand Down

0 comments on commit 264a8a7

Please sign in to comment.