Skip to content

Commit b97c1f2

Browse files
bot-owleleboucher
authored andcommitted
feat(container): update image docker/dockerfile (1.6 → 1.23) (#3)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/dockerfile](https://github.com/moby/buildkit) | syntax | minor | `1.6` → `1.23` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19--> Reviewed-on: https://git.erwanleboucher.dev/eleboucher/towonel/pulls/3
1 parent 4ee88a1 commit b97c1f2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.6
1+
# syntax=docker/dockerfile:1.23
22
FROM rust:1.95-bookworm AS chef
33
RUN cargo install cargo-chef --locked
44
WORKDIR /app

Dockerfile.agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.6
1+
# syntax=docker/dockerfile:1.23
22
FROM rust:1.95-bookworm AS chef
33
RUN cargo install cargo-chef --locked
44
WORKDIR /app

Dockerfile.node

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax=docker/dockerfile:1.6
1+
# syntax=docker/dockerfile:1.23
22
FROM rust:1.95-bookworm AS chef
33
RUN cargo install cargo-chef --locked
44
WORKDIR /app

0 commit comments

Comments
 (0)