There was an error while loading. Please reload this page.
1 parent c0564bd commit 8f23ce1Copy full SHA for 8f23ce1
1 file changed
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:26.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:26.04
30
COPY --from=builder /work/vgpu-util /usr/local/bin/vgpu-util
31
ARG VERSION
32
0 commit comments