Skip to content

Commit

Permalink
Merge pull request #55 from jackfrancis/pr-ci-test-Dockerfile
Browse files Browse the repository at this point in the history
ci: test ubuntu 20.04
  • Loading branch information
Michael-Sinz authored Mar 1, 2021
2 parents 35e2a31 + 6d6e54c commit 01fcd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmss-prototype/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# docker build . -t vmss-prototype:testing
# See smoketest.sh for examples of how I run locally

FROM ubuntu:18.04
FROM ubuntu:20.04

RUN apt-get update && \
apt-get install --yes --no-install-suggests --no-install-recommends --yes \
Expand Down

0 comments on commit 01fcd6f

Please sign in to comment.