Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 7156dee

Browse files
uniemimutogashidm
authored andcommitted
Use golang 1.17 builder image for gas
This drops the last digit from the builder image. This way end users who do build will get the latest security version of the golang base libs. Signed-off-by: Ukri Niemimuukko <[email protected]>
1 parent ba41b02 commit 7156dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpu-aware-scheduling/deploy/images/Dockerfile_gpu-extender

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
FROM golang:1.17.7-alpine as builder
3+
FROM golang:1.17-alpine as builder
44
COPY . /src_root
55
WORKDIR /src_root/gpu-aware-scheduling
66
RUN mkdir -p /install_root/etc && adduser -D -u 10001 gas && tail -1 /etc/passwd > /install_root/etc/passwd \

0 commit comments

Comments
 (0)