Skip to content

Commit

Permalink
[podman] Update to Ubuntu 22.04
Browse files Browse the repository at this point in the history
This PR updates the container to Ubuntu 22.04.

Signed-off-by: Pascal Nasahl <[email protected]>
  • Loading branch information
nasahlpa committed Oct 6, 2023
1 parent fe9e75d commit 0c6b2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Docker file for OpenTitan side channel analysis and fault injection setup.

FROM ubuntu:20.04
FROM ubuntu:22.04

LABEL version="0.1"
LABEL description="OpenTitan SCA/FI image"
Expand All @@ -16,7 +16,7 @@ ARG TIME_ZONE=America/New_York
# This is convenient if we want to switch to different python version.
# Note: numba, a chipwhisperer dependency, requires python 3.7+ but does not
# support python 3.9 yet.
ARG PYTHON=python3.8
ARG PYTHON=python3.10
ARG VENV_PATH=/opt/venv
ARG GCC_VERSION=9

Expand Down

0 comments on commit 0c6b2dd

Please sign in to comment.