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

Commit f3ae10b

Browse files
committed
[2023.06.04] Update all software
1 parent 24c5495 commit f3ae10b

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

images/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN usermod -aG docker ${USERNAME}
5959

6060
# stuff here
6161
ENV BAZEL_BUILDTOOLS_VERSION="6.1.2"
62-
ENV GITHUB_CLI_VERSION="2.29.0"
62+
ENV GITHUB_CLI_VERSION="2.30.0"
6363
ENV CODER_CLI_VERSION="0.23.7"
6464
ENV TERRAFORM_VERSION="1.4.6"
6565
ENV BAZELISK_VERSION="1.17.0"

images/base/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ This image is the main base for all of the images in this repository.
55
| Name | Description | Version |
66
| ---------------- | --------------------------------------------------------------------------------- | -------------------------- |
77
| Bazel Buildtools | A bazel BUILD file formatter and editor | [v6.1.2][bazel-buildtools] |
8-
| GitHub CLI | GitHub's official command line utility | [v2.29.0][github-cli] |
8+
| GitHub CLI | GitHub's official command line utility | [v2.30.0][github-cli] |
99
| Coder (OSS) | Remote development environments on your infrastructure provisioned with Terraform | [v0.23.7][coder] |
1010
| Terraform | Automate Infrastructure on Any Cloud | [v1.4.6][terraform] |
1111
| Bazelisk | A user-friendly launcher for Bazel. | [v1.17.0][bazelisk] |
1212
| `kubectl` | kubectl controls the Kubernetes cluster manager. | [v1.27.2][kubectl] |
13-
| `bazel` | a fast, scalable, multi-language and extensible build system | [v6.2.0][bazel] |
13+
| `bazel` | a fast, scalable, multi-language and extensible build system | [v6.2.1][bazel] |
1414
| `helm` | The Kubernetes Package Manager | [v3.12.0][helm] |
1515

1616
[bazel-buildtools]: https://github.com/bazelbuild/buildtools/releases/tag/v6.1.2
17-
[github-cli]: https://github.com/cli/cli/releases/tag/v2.29.0
17+
[github-cli]: https://github.com/cli/cli/releases/tag/v2.30.0
1818
[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.4.6
1919
[bazelisk]: https://github.com/bazelbuild/bazelisk/releases/tag/v1.17.0
2020
[kubectl]: https://github.com/kubernetes/kubernetes/releases/tag/v1.27.2
2121
[coder]: https://github.com/coder/coder/releases/tag/v0.23.7
22-
[bazel]: https://github.com/bazelbuild/bazel/releases/tag/6.2.0
22+
[bazel]: https://github.com/bazelbuild/bazel/releases/tag/6.2.1
2323
[helm]: https://github.com/helm/helm/releases/tag/v3.12.0
2424

2525
### Helm

images/golang/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ USER root
2929
# Put versions in environment variables
3030
ENV GOLANG_VERSION="1.20.4"
3131
ENV GORELEASER_VERSION="1.18.2"
32-
ENV GOLANGCI_VERSION="1.52.2"
32+
ENV GOLANGCI_VERSION="1.53.2"
3333

3434
# Install packages here.
3535
RUN set -eux; \

images/golang/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This is the Docker image that bundles the Go compiler with **goreleaser** and **
66
| ---------- | -------------------------------------------------- | --------------------- |
77
| Go | The Go programming language | [v1.20.4][golang] |
88
| GoReleaser | Deliver Go binaries as fast and easily as possible | [v1.18.2][goreleaser] |
9-
| Golang CI | Fast linters Runner for Go | [v1.52.2][golangci] |
9+
| Golang CI | Fast linters Runner for Go | [v1.53.2][golangci] |
1010

1111
[goreleaser]: https://github.com/goreleaser/goreleaser/releases/tag/v1.18.2
12-
[golangci]: https://github.com/golangci/golangci-lint/releases/tag/v1.52.2
12+
[golangci]: https://github.com/golangci/golangci-lint/releases/tag/v1.53.2
1313
[golang]: https://github.com/golang/go/releases/tag/go1.20.4

images/rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ USER root
2828

2929
# rust version to install
3030
ENV RUSTUP_VERSION="1.26.0"
31-
ENV RUST_VERSION="1.69.0"
31+
ENV RUST_VERSION="1.70.0"
3232

3333
# Install the Rust (minimal) toolchain
3434
RUN apt install -y --no-install-recommends ca-certificates gcc libc6-dev

images/rust/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ This image extends the [base image](https://github.com/auguwu/coder-images/pkgs/
44
## Bundled Software
55
| Name | Description | Version |
66
| ---- | ------------------------------------------------------------- | --------------- |
7-
| Rust | Empowering everyone to build reliable and efficient software. | [v1.69.0][rust] |
7+
| Rust | Empowering everyone to build reliable and efficient software. | [v1.70.0][rust] |
88

9-
[rust]: https://github.com/rust-lang/rust/releases/tag/1.69.0
9+
[rust]: https://github.com/rust-lang/rust/releases/tag/1.70.0

0 commit comments

Comments
 (0)