Skip to content

Commit

Permalink
Bump Bazelisk version in container to 1.19.0
Browse files Browse the repository at this point in the history
Nothing currently wrong with the old bazelisk version, but we're two
minor versions out of date at this point and there's no real point in
not updating.
  • Loading branch information
boomanaiden154 authored and ondrasej committed Jan 31, 2024
1 parent 9064608 commit 778263f
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
@@ -1,6 +1,6 @@
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y clang python3 python3-pip git curl
ARG bazelisk_version=1.17.0
ARG bazelisk_version=1.19.0
RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v${bazelisk_version}/bazelisk-linux-amd64 > /usr/bin/bazelisk && chmod +x /usr/bin/bazelisk && ln -s /usr/bin/bazelisk /usr/bin/bazel
WORKDIR /gematria
COPY . .
Expand Down

0 comments on commit 778263f

Please sign in to comment.