Skip to content

Commit 7d8ab10

Browse files
authored
Merge pull request #13 from AnonymousAmalgrams/patch-1
Update Dockerfile
2 parents 36c87c1 + 6a2d893 commit 7d8ab10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM --platform=$BUILDPLATFORM rust:1.64 AS buildbase
3+
FROM --platform=$BUILDPLATFORM rust:1.69 AS buildbase
44
WORKDIR /src
55
RUN <<EOT bash
66
set -ex

0 commit comments

Comments
 (0)