Skip to content

Commit

Permalink
Dockerfile: pull alpine Base image from quay.io
Browse files Browse the repository at this point in the history
This is the same docker image but we now pull from quay.io (public)
to avoid recently introduced DockerHub limits.
  • Loading branch information
xoen committed Nov 16, 2020
1 parent 17a3fc7 commit cd2e955
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
@@ -1,4 +1,4 @@
FROM alpine:3.10 AS base
FROM quay.io/mojanalytics/alpine:3.10 AS base

LABEL maintainer="[email protected]"

Expand Down

0 comments on commit cd2e955

Please sign in to comment.