Skip to content

Commit 3ee9f45

Browse files
authored
Merge pull request #33 from supabase/fix-dockerfile
fix: update Dockerfile to use latest rust
2 parents 05e8e96 + dc7fc76 commit 3ee9f45

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,5 +1,5 @@
11
# syntax=docker/dockerfile:1.4
2-
FROM rust:1.67.0-bullseye as builder
2+
FROM rust:1.68.2-bullseye as builder
33
ARG TARGETPLATFORM
44
WORKDIR /usr/src/edge-runtime
55
RUN --mount=type=cache,target=/usr/local/cargo/registry,id=${TARGETPLATFORM} \

0 commit comments

Comments
 (0)