Skip to content

Commit f45edb5

Browse files
committed
fix: update Rust version in Dockerfile to 1.86-bookworm
1 parent b90e745 commit f45edb5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/build-docker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Build Docker Image
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
58

69
jobs:
710
build:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bookworm AS build
1+
FROM rust:1.86-bookworm AS build
22

33
RUN apt-get update \
44
&& apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)