Skip to content

Commit 660fe9d

Browse files
committed
use ubuntu:22.04
1 parent a4e2509 commit 660fe9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugincontainer/examples/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY go-plugin-counter /bin/go-plugin-counter
77

88
ENTRYPOINT [ "/bin/go-plugin-counter" ]
99

10-
FROM docker.mirror.hashicorp.services/ubuntu:24.04 AS nonroot
10+
FROM docker.mirror.hashicorp.services/ubuntu:22.04 AS nonroot
1111

1212
COPY go-plugin-counter /bin/go-plugin-counter
1313

0 commit comments

Comments
 (0)