Skip to content

Commit

Permalink
chore(deps): update rust docker tag to v1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and noelbot committed Feb 8, 2024
1 parent f9d111a commit e017ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN bun run build

############ BINARY

FROM --platform=${TARGETPLATFORM} rust:1.75-alpine3.19 AS build
FROM --platform=${TARGETPLATFORM} rust:1.76-alpine3.19 AS build

# We use the `protobuf` package instead of `protobuf-dev` since we vendor `google/protobuf` in the `protos/`
# directory and we use `prost-types` which Prost does on each release for the well-known google.protobuf.* types.
Expand Down
2 changes: 1 addition & 1 deletion distribution/docker/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY web .

RUN bun run build

FROM --platform=${TARGETPLATFORM} rust:1.75-slim-bullseye AS build
FROM --platform=${TARGETPLATFORM} rust:1.76-slim-bullseye AS build

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit e017ad5

Please sign in to comment.