Skip to content

Commit

Permalink
Merge pull request #2 from Elegant996/dependabot/docker/ubuntu-24.04
Browse files Browse the repository at this point in the history
build(docker): bump ubuntu from 22.04 to 24.04
  • Loading branch information
Elegant996 authored Aug 25, 2024
2 parents 7d5ad5f + d0efdea commit d97c2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM curlimages/curl:8.9.1 as curl

RUN curl -L -o /tmp/bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64

FROM ubuntu:22.04 as build
FROM ubuntu:24.04 as build

COPY --from=curl --chmod=755 /tmp/bazel /usr/local/bin/bazel

Expand Down

0 comments on commit d97c2f2

Please sign in to comment.