Skip to content

Commit

Permalink
Update test container to use Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gherceg committed Apr 12, 2024
1 parent 0b94911 commit 1b38a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cloud/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:22.04
RUN apt update && \
apt upgrade -y && \
apt install sudo -y && \
Expand Down

0 comments on commit 1b38a04

Please sign in to comment.