Skip to content

Commit

Permalink
updates ubuntu version to build new release of srsran-project (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
avrodriguezgrad authored Oct 22, 2024
1 parent 5ea9348 commit e8835d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions images/srsran-5g/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as builder
FROM ubuntu:22.04 AS builder

ARG version
ENV VERSION=$version
Expand Down Expand Up @@ -58,7 +58,7 @@ RUN cd /opt/srsRAN_Project/target/share/srsran && \
sed -i 's/otw_format:.*/otw_format: ${OTW_FORMAT}/' gnb_rf_b200_tdd_n78_20mhz.yml


FROM ubuntu:20.04
FROM ubuntu:22.04

ARG version
ENV VERSION=$version
Expand Down
2 changes: 1 addition & 1 deletion images/srsran-5g/image_info.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
IMAGE_TAG=24_04
IMAGE_TAG=24_10
#comma separated list of platforms. If empty, image will not be multiarch.
PLATFORMS=

0 comments on commit e8835d3

Please sign in to comment.