Skip to content

Commit

Permalink
Use Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
hsadok committed May 1, 2024
1 parent f6be282 commit 6f061f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Container for running Vivado on M1/M2 macs
# though it should work equally on Intel macs
FROM --platform=linux/amd64 ubuntu
FROM --platform=linux/amd64 ubuntu:22.04

RUN apt update && apt upgrade -y

# install gui
Expand Down

0 comments on commit 6f061f8

Please sign in to comment.