Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 2bb7237 commit 93f0cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM rust:1.79-slim-bullseye AS build
FROM rust:1.83-slim-bullseye AS build

RUN DEBIAN_FRONTEND=noninteractive apt update && DEBIAN_FRONTEND=noninteractive apt install -y git ca-certificates curl pkg-config libssl-dev
WORKDIR /build
Expand Down

0 comments on commit 93f0cf5

Please sign in to comment.