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 6e8a332 commit 6319a5bCopy full SHA for 6319a5b
vgpu/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM ubuntu:20.04 as builder
+FROM ubuntu:24.04 as builder
16
17
ARG GOLANG_VERSION=1.20
18
ENV GOLANG_VERSION=${GOLANG_VERSION}
@@ -26,7 +26,7 @@ WORKDIR /work
26
COPY src/. .
27
RUN go build -o vgpu-util
28
29
-FROM ubuntu:20.04
+FROM ubuntu:24.04
30
COPY --from=builder /work/vgpu-util /usr/local/bin/vgpu-util
31
ARG VERSION
32
0 commit comments