Skip to content

Commit 78205cc

Browse files
committed
s/golang1.20/golang1.22/
1 parent da8d70a commit 78205cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ registry = "docker.io"
6868
container = "library/ubuntu"
6969
include_regex = "jammy-.*"
7070

71-
["golang1.20"]
71+
["golang1.22"]
7272
source = "container"
7373
registry = "docker.io"
7474
container = "library/golang"
75-
include_regex = "1.20.*-alpine"
75+
include_regex = "1.22.*-alpine"
7676

7777
["redis6"]
7878
source = "container"

0 commit comments

Comments
 (0)