Skip to content

Commit

Permalink
Update base image to jammy-1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Mar 3, 2024
1 parent f01aa69 commit a1db792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2017-2022, Carles Fernandez-Prades <carles.fernandez@cttc.es>
# SPDX-FileCopyrightText: 2017-2024, Carles Fernandez-Prades <carles.fernandez@cttc.es>
# SPDX-License-Identifier: MIT
#
# Install GNSS-SDR and its dependencies using PyBOMBS
Expand All @@ -8,8 +8,8 @@
# to `latest`! See
# /~https://github.com/phusion/baseimage-docker/releases
# for a list of version numbers.
FROM phusion/baseimage:jammy-1.0.1
LABEL version="3.0" description="GNSS-SDR image built with PyBOMBS" maintainer="carles.fernandez@cttc.es"
FROM phusion/baseimage:jammy-1.0.2
LABEL version="4.0" description="GNSS-SDR image built with PyBOMBS" maintainer="carles.fernandez@cttc.es"

# Set prefix variables
ENV PyBOMBS_prefix myprefix
Expand Down

0 comments on commit a1db792

Please sign in to comment.