Skip to content

Commit

Permalink
[2023.06.04] Update all software
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Jun 4, 2023
1 parent 24c5495 commit f3ae10b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion images/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN usermod -aG docker ${USERNAME}

# stuff here
ENV BAZEL_BUILDTOOLS_VERSION="6.1.2"
ENV GITHUB_CLI_VERSION="2.29.0"
ENV GITHUB_CLI_VERSION="2.30.0"
ENV CODER_CLI_VERSION="0.23.7"
ENV TERRAFORM_VERSION="1.4.6"
ENV BAZELISK_VERSION="1.17.0"
Expand Down
8 changes: 4 additions & 4 deletions images/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ This image is the main base for all of the images in this repository.
| Name | Description | Version |
| ---------------- | --------------------------------------------------------------------------------- | -------------------------- |
| Bazel Buildtools | A bazel BUILD file formatter and editor | [v6.1.2][bazel-buildtools] |
| GitHub CLI | GitHub's official command line utility | [v2.29.0][github-cli] |
| GitHub CLI | GitHub's official command line utility | [v2.30.0][github-cli] |
| Coder (OSS) | Remote development environments on your infrastructure provisioned with Terraform | [v0.23.7][coder] |
| Terraform | Automate Infrastructure on Any Cloud | [v1.4.6][terraform] |
| Bazelisk | A user-friendly launcher for Bazel. | [v1.17.0][bazelisk] |
| `kubectl` | kubectl controls the Kubernetes cluster manager. | [v1.27.2][kubectl] |
| `bazel` | a fast, scalable, multi-language and extensible build system | [v6.2.0][bazel] |
| `bazel` | a fast, scalable, multi-language and extensible build system | [v6.2.1][bazel] |
| `helm` | The Kubernetes Package Manager | [v3.12.0][helm] |

[bazel-buildtools]: https://github.com/bazelbuild/buildtools/releases/tag/v6.1.2
[github-cli]: https://github.com/cli/cli/releases/tag/v2.29.0
[github-cli]: https://github.com/cli/cli/releases/tag/v2.30.0
[terraform]: https://github.com/hashicorp/terraform/releases/tag/v1.4.6
[bazelisk]: https://github.com/bazelbuild/bazelisk/releases/tag/v1.17.0
[kubectl]: https://github.com/kubernetes/kubernetes/releases/tag/v1.27.2
[coder]: https://github.com/coder/coder/releases/tag/v0.23.7
[bazel]: https://github.com/bazelbuild/bazel/releases/tag/6.2.0
[bazel]: https://github.com/bazelbuild/bazel/releases/tag/6.2.1
[helm]: https://github.com/helm/helm/releases/tag/v3.12.0

### Helm
Expand Down
2 changes: 1 addition & 1 deletion images/golang/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ USER root
# Put versions in environment variables
ENV GOLANG_VERSION="1.20.4"
ENV GORELEASER_VERSION="1.18.2"
ENV GOLANGCI_VERSION="1.52.2"
ENV GOLANGCI_VERSION="1.53.2"

# Install packages here.
RUN set -eux; \
Expand Down
4 changes: 2 additions & 2 deletions images/golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This is the Docker image that bundles the Go compiler with **goreleaser** and **
| ---------- | -------------------------------------------------- | --------------------- |
| Go | The Go programming language | [v1.20.4][golang] |
| GoReleaser | Deliver Go binaries as fast and easily as possible | [v1.18.2][goreleaser] |
| Golang CI | Fast linters Runner for Go | [v1.52.2][golangci] |
| Golang CI | Fast linters Runner for Go | [v1.53.2][golangci] |

[goreleaser]: https://github.com/goreleaser/goreleaser/releases/tag/v1.18.2
[golangci]: https://github.com/golangci/golangci-lint/releases/tag/v1.52.2
[golangci]: https://github.com/golangci/golangci-lint/releases/tag/v1.53.2
[golang]: https://github.com/golang/go/releases/tag/go1.20.4
2 changes: 1 addition & 1 deletion images/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ USER root

# rust version to install
ENV RUSTUP_VERSION="1.26.0"
ENV RUST_VERSION="1.69.0"
ENV RUST_VERSION="1.70.0"

# Install the Rust (minimal) toolchain
RUN apt install -y --no-install-recommends ca-certificates gcc libc6-dev
Expand Down
4 changes: 2 additions & 2 deletions images/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ This image extends the [base image](https://github.com/auguwu/coder-images/pkgs/
## Bundled Software
| Name | Description | Version |
| ---- | ------------------------------------------------------------- | --------------- |
| Rust | Empowering everyone to build reliable and efficient software. | [v1.69.0][rust] |
| Rust | Empowering everyone to build reliable and efficient software. | [v1.70.0][rust] |

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

0 comments on commit f3ae10b

Please sign in to comment.