Skip to content

Commit

Permalink
test: set focal as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Aug 7, 2024
1 parent 9a89c73 commit b2c6cb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ARG BASE_IMAGE=latest
FROM ghcr.io/containerbase/ubuntu:20.04 AS focal
FROM ghcr.io/containerbase/ubuntu:22.04 AS jammy
FROM ghcr.io/containerbase/ubuntu:24.04 AS noble
FROM ghcr.io/containerbase/ubuntu:24.04 AS latest

FROM ghcr.io/containerbase/ubuntu:20.04 AS latest
#--------------------------------------
# Image: base
#--------------------------------------
Expand Down

0 comments on commit b2c6cb5

Please sign in to comment.