Skip to content

Commit

Permalink
bump_mold
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Oct 25, 2024
1 parent ba9576f commit 5cb3669
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"MOLD_VERSION": "2.4.0",
"MOLD_VERSION": "2.34.1",
"MOLD_DEFAULT": "true",
"RUST_VERSION": "1.82.0",
"LITESTREAM_VERSION": "0.3.13",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bencher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
env:
# General
CARGO_TERM_COLOR: always
MOLD_VERSION: 2.4.0
MOLD_VERSION: 2.34.1
GITHUB_REGISTRY: ghcr.io
DOCKER_HUB_ORGANIZATION: bencherdev
# API
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ..
dockerfile: ./services/api/Dockerfile
args:
MOLD_VERSION: 2.4.0
MOLD_VERSION: 2.34.1
LITESTREAM_VERSION: 0.3.13
LITESTREAM_ARCH: amd64
image: bencher-api
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: ..
dockerfile: ./services/api/Dockerfile
args:
MOLD_VERSION: 2.4.0
MOLD_VERSION: 2.34.1
LITESTREAM_VERSION: 0.3.13
LITESTREAM_ARCH: arm64
image: bencher-api
Expand Down

0 comments on commit 5cb3669

Please sign in to comment.