Skip to content

Commit

Permalink
Update base docker images to latest. (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil authored Dec 3, 2024
1 parent 54fe801 commit 7163925
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (

// Tags used to build our docker images.
const (
AlpineImage = "alpine:3.18.4"
UbuntuImage = "ubuntu:23.10"
AlpineImage = "alpine:3.20.3"
UbuntuImage = "ubuntu:24.04"
)

// Label used to tag docker resources created by crust.
Expand Down

0 comments on commit 7163925

Please sign in to comment.