Skip to content

Commit

Permalink
#3 Switch alpine from latest tag to specific version (#4)
Browse files Browse the repository at this point in the history
fixes #3.

Versioning with specific tag also allows to trigger build on version change or as @bsideup suggested monitoring it with dependabot.
  • Loading branch information
alelech authored and bsideup committed Feb 4, 2019
1 parent c09d21a commit 6c74874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN make bootstrap
COPY . .
RUN make build

FROM alpine:latest
FROM alpine:3.9
RUN apk --no-cache add ca-certificates
COPY --from=workspace /go/src/github.com/testcontainers/moby-ryuk/bin/moby-ryuk /app
CMD ["/app"]

0 comments on commit 6c74874

Please sign in to comment.