Skip to content

Commit

Permalink
docker: use focal as base image
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Nov 16, 2020
1 parent 4f1e93c commit ce6c886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE=ubuntu:19.04
ARG BASE=ubuntu:20.04
FROM $BASE
ARG ARCH=amd64
RUN apt-get -y update \
Expand Down

0 comments on commit ce6c886

Please sign in to comment.