Skip to content

Commit

Permalink
chore: switch back to Rust 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
azasypkin committed Dec 9, 2023
1 parent 18ec1d5 commit 6e9f561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.73]
rust: [1.74]
steps:
- uses: actions/checkout@v3
name: Checkout
Expand Down
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.73-alpine3.18 as SERVER_BUILDER
FROM --platform=$BUILDPLATFORM rust:1.74-alpine3.18 as SERVER_BUILDER
ARG TARGETPLATFORM

## Statically link binary to OpenSSL libraries.
Expand Down

0 comments on commit 6e9f561

Please sign in to comment.