Skip to content

Commit

Permalink
Bump rust from 1.80.1-alpine to 1.81.0-alpine
Browse files Browse the repository at this point in the history
Bumps rust from 1.80.1-alpine to 1.81.0-alpine.

---
updated-dependencies:
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pejter committed Sep 7, 2024
1 parent 20bcd55 commit d3f42f3
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,5 +1,5 @@
# syntax = docker/dockerfile:1
FROM rust:1.80.1-alpine as builder
FROM rust:1.81.0-alpine as builder

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / docker

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

RUN apk add --no-cache musl-dev git

Expand Down

0 comments on commit d3f42f3

Please sign in to comment.