Skip to content

Commit

Permalink
bump ubuntu to 23.04 and use rolling tag
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Morales <[email protected]>
  • Loading branch information
mauromorales committed May 19, 2023
1 parent afd650e commit 502da13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG BASE_IMAGE=ubuntu:22.10
# rolling tag points to the latest release (regardless of LTS status)
ARG BASE_IMAGE=ubuntu:rolling

FROM $BASE_IMAGE

Expand Down
3 changes: 2 additions & 1 deletion images/Dockerfile.ubuntu-arm-rpi
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG BASE_IMAGE=ubuntu:22.10
# rolling tag points to the latest release (regardless of LTS status)
ARG BASE_IMAGE=ubuntu:rolling
ARG MODEL=generic

FROM $BASE_IMAGE as base
Expand Down

0 comments on commit 502da13

Please sign in to comment.