Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
maefromm authored Apr 10, 2024
1 parent 27fd6f3 commit 68e8c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations under
# the License.

FROM usdotfhwastolcandidate/carma-base:lavida as setup
FROM usdotfhwastol/carma-base:carma-system-4.5.0 as setup

ARG ROS1_PACKAGES=""
ENV ROS1_PACKAGES=${ROS1_PACKAGES}
Expand All @@ -24,7 +24,7 @@ COPY --chown=carma . /home/carma/src/
RUN ~/src/docker/checkout.bash
RUN ~/src/docker/install.sh

FROM usdotfhwastolcandidate/carma-base:lavida
FROM usdotfhwastol/carma-base:carma-system-4.5.0

ARG BUILD_DATE="NULL"
ARG VERSION="NULL"
Expand Down

0 comments on commit 68e8c1e

Please sign in to comment.