We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4e2509 commit 660fe9dCopy full SHA for 660fe9d
plugincontainer/examples/container/Dockerfile
@@ -7,7 +7,7 @@ COPY go-plugin-counter /bin/go-plugin-counter
7
8
ENTRYPOINT [ "/bin/go-plugin-counter" ]
9
10
-FROM docker.mirror.hashicorp.services/ubuntu:24.04 AS nonroot
+FROM docker.mirror.hashicorp.services/ubuntu:22.04 AS nonroot
11
12
COPY go-plugin-counter /bin/go-plugin-counter
13
0 commit comments