Skip to content

Commit

Permalink
Add rust v1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 9, 2024
1 parent d89211c commit a4968b9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-focal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/armhf
push: true
file: dockerfiles/focal/Dockerfile
tags: devraymondsh/ubuntu-rust:20.04,devraymondsh/ubuntu-rust:20.04-1.75,devraymondsh/ubuntu-rust:20.04-latest,devraymondsh/ubuntu-rust:focal,devraymondsh/ubuntu-rust:focal-1.75,devraymondsh/ubuntu-rust:focal-latest
tags: devraymondsh/ubuntu-rust:20.04,devraymondsh/ubuntu-rust:20.04-1.76,devraymondsh/ubuntu-rust:20.04-latest,devraymondsh/ubuntu-rust:focal,devraymondsh/ubuntu-rust:focal-1.76,devraymondsh/ubuntu-rust:focal-latest

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-jammy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/armhf
push: true
file: dockerfiles/jammy/Dockerfile
tags: devraymondsh/ubuntu-rust:22.04,devraymondsh/ubuntu-rust:22.04-1.75,devraymondsh/ubuntu-rust:22.04-latest,devraymondsh/ubuntu-rust:jammy,devraymondsh/ubuntu-rust:jammy-1.75,devraymondsh/ubuntu-rust:jammy-latest
tags: devraymondsh/ubuntu-rust:22.04,devraymondsh/ubuntu-rust:22.04-1.76,devraymondsh/ubuntu-rust:22.04-latest,devraymondsh/ubuntu-rust:jammy,devraymondsh/ubuntu-rust:jammy-1.76,devraymondsh/ubuntu-rust:jammy-latest

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
2 changes: 1 addition & 1 deletion .github/workflows/docker-lunar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/armhf
push: true
file: dockerfiles/lunar/Dockerfile
tags: devraymondsh/ubuntu-rust:23.04,devraymondsh/ubuntu-rust:23.04-1.75,devraymondsh/ubuntu-rust:23.04-latest,devraymondsh/ubuntu-rust:lunar,devraymondsh/ubuntu-rust:lunar-1.75,devraymondsh/ubuntu-rust:lunar-latest,devraymondsh/ubuntu-rust:1.75,devraymondsh/ubuntu-rust:latest,devraymondsh/ubuntu-rust:latest-1.75
tags: devraymondsh/ubuntu-rust:23.04,devraymondsh/ubuntu-rust:23.04-1.76,devraymondsh/ubuntu-rust:23.04-latest,devraymondsh/ubuntu-rust:lunar,devraymondsh/ubuntu-rust:lunar-1.76,devraymondsh/ubuntu-rust:lunar-latest,devraymondsh/ubuntu-rust:1.76,devraymondsh/ubuntu-rust:latest,devraymondsh/ubuntu-rust:latest-1.76

- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

## Supported tags:

- 23.04, 23.04-1.75, lunar-1.75, lunar-latest, lunar, 23.04-latest, latest-1.75, 1.75, latest
- 22.04, 22.04-1.75, jammy-1.75, jammy-latest, jammy
- 20.04, 20.04-1.75, focal-1.75, focal-latest, focal
- 23.04, 23.04-1.76, lunar-1.76, lunar-latest, lunar, 23.04-latest, latest-1.76, 1.76, latest
- 22.04, 22.04-1.76, jammy-1.76, jammy-latest, jammy
- 20.04, 20.04-1.76, focal-1.76, focal-latest, focal

## How to use this image

Expand Down
2 changes: 1 addition & 1 deletion check-for-update/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.75.0
1.76.0
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "check_certificate = off" >> ~/.wgetrc
apt-get update && apt-get install --yes --no-install-recommends apt-utils ca-certificates &&
apt-get --yes upgrade && apt-get install --yes --no-install-recommends sudo build-essential wget curl

DEFAULT_RUST_VERSION=1.75.0
DEFAULT_RUST_VERSION=1.76.0
DEFAULT_RUSTUP_VERSION=1.25.2
RUST_VERSION=${1:-$DEFAULT_RUST_VERSION}
RUSTUP_VERSION=${2:-$DEFAULT_RUSTUP_VERSION}
Expand Down

0 comments on commit a4968b9

Please sign in to comment.