Skip to content

Commit

Permalink
Merge pull request #33 from supabase/fix-dockerfile
Browse files Browse the repository at this point in the history
fix: update Dockerfile to use latest rust
  • Loading branch information
laktek authored Apr 7, 2023
2 parents 05e8e96 + dc7fc76 commit 3ee9f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
FROM rust:1.67.0-bullseye as builder
FROM rust:1.68.2-bullseye as builder
ARG TARGETPLATFORM
WORKDIR /usr/src/edge-runtime
RUN --mount=type=cache,target=/usr/local/cargo/registry,id=${TARGETPLATFORM} \
Expand Down

0 comments on commit 3ee9f45

Please sign in to comment.