Skip to content

Commit 1269c3d

Browse files
committed
build: update MSRV in Dockerfile
1 parent 33a2234 commit 1269c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.55 AS builder
1+
FROM rust:1.81.0 AS builder
22

33
COPY . /psdm
44

@@ -20,4 +20,4 @@ COPY --from=builder /psdm/target/${TARGET}/release/psdm /bin/
2020

2121
RUN psdm --version
2222

23-
ENTRYPOINT [ "/bin/bash", "-l", "-c" ]
23+
ENTRYPOINT [ "/bin/bash", "-l", "-c" ]

0 commit comments

Comments
 (0)