Skip to content

Commit

Permalink
feat(dockerfile): use ubuntu from quay
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13-machine-user committed May 25, 2021
1 parent 2859b7e commit 3694586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerfileShib
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# This Dockerfile is NOT compatible yet with the latest Fence (Python 3
# and depdencency management via Poetry) - for now, use Fence 2.7.x.

FROM ubuntu:16.04
FROM quay.io/cdis/ubuntu:16.04

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 3694586

Please sign in to comment.