-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IMG: update generic base to Ubuntu 22.04
- Loading branch information
1 parent
647e6ec
commit e3b545f
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Base image using Ubuntu 20.04 (https://ubuntu.com/about/release-cycle) | ||
# Base image using Ubuntu 22.04 (https://ubuntu.com/about/release-cycle) | ||
# | ||
# docker build -t rerobots/hs-generic:latest -f Dockerfile . | ||
# | ||
# | ||
# SCL <[email protected]> | ||
# Copyright (C) 2018 rerobots, Inc. | ||
|
||
FROM ubuntu:20.04 | ||
FROM ubuntu:22.04 | ||
|
||
RUN apt-get update \ | ||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install \ | ||
|