Skip to content

Commit

Permalink
build(docker): bump Rust version to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed May 20, 2024
1 parent b7c6887 commit bfd329e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2

FROM --platform=$BUILDPLATFORM rust:1.77-slim-bookworm as SERVER_BUILDER
FROM --platform=$BUILDPLATFORM rust:1.78-slim-bookworm as SERVER_BUILDER
ARG TARGETPLATFORM

## Statically link binary to OpenSSL libraries.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64-unknown-linux-musl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2

FROM --platform=$BUILDPLATFORM rust:1.77-alpine3.19 as SERVER_BUILDER
FROM --platform=$BUILDPLATFORM rust:1.78-alpine3.19 as SERVER_BUILDER

## Statically link binary to OpenSSL libraries.
ENV OPENSSL_STATIC=yes
Expand Down

0 comments on commit bfd329e

Please sign in to comment.