Skip to content

Commit a77bfed

Browse files
Bump ubuntu from 20.04 to 24.04 in /vgpu
Bumps ubuntu from 20.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26bff14 commit a77bfed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vgpu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM ubuntu:20.04 as builder
15+
FROM ubuntu:24.04 as builder
1616

1717
ARG GOLANG_VERSION=1.20
1818
ENV GOLANG_VERSION=${GOLANG_VERSION}
@@ -26,7 +26,7 @@ WORKDIR /work
2626
COPY src/. .
2727
RUN go build -o vgpu-util
2828

29-
FROM ubuntu:20.04
29+
FROM ubuntu:24.04
3030
COPY --from=builder /work/vgpu-util /usr/local/bin/vgpu-util
3131
ARG VERSION
3232

0 commit comments

Comments
 (0)