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 #71 from ernestojeda/update-base-image
Browse files Browse the repository at this point in the history
fix: pin base image to alpine:3.12
  • Loading branch information
ernestojeda authored Jul 16, 2021
2 parents 9c78a47 + 264a8a7 commit ad69e01
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 ad69e01

Please sign in to comment.