mirror of
https://github.com/roapi/roapi.git
synced 2026-06-05 21:04:02 +08:00
fix nightly toolchain version in dockerfile (#194)
This commit is contained in:
parent
4e812b9995
commit
175344ed1d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -7,7 +7,7 @@ on:
|
||||
branches: [ main ]
|
||||
|
||||
env:
|
||||
# NOTE: this env is also defined in roapi_http_release.yml and columnq_cli_release.yml
|
||||
# NOTE: the version is also defined in roapi_http_release.yml, columnq_cli_release.yml and Dockerfile
|
||||
RUST_TC_NIGHTLY_VER: "2022-09-24"
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/columnq_cli_release.yml
vendored
2
.github/workflows/columnq_cli_release.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
tags: [ 'columnq-cli-v*' ]
|
||||
|
||||
env:
|
||||
# NOTE: this env is also defined in build.yml
|
||||
# NOTE: the version is also defined in build.yml and Dockerfile
|
||||
RUST_TC_NIGHTLY_VER: "2022-09-24"
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/roapi_release.yml
vendored
2
.github/workflows/roapi_release.yml
vendored
@ -11,7 +11,7 @@ on:
|
||||
tags: [ 'roapi-v*' ]
|
||||
|
||||
env:
|
||||
# NOTE: this env is also defined in build.yml
|
||||
# NOTE: the version is also defined in build.yml and Dockerfile
|
||||
RUST_TC_NIGHTLY_VER: "2022-09-24"
|
||||
|
||||
jobs:
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
FROM instrumentisto/rust:nightly-bullseye-2022-01-03 AS builder
|
||||
FROM instrumentisto/rust:nightly-bullseye-2022-09-24 AS builder
|
||||
WORKDIR /roapi_src
|
||||
COPY ./ /roapi_src
|
||||
RUN apt-get update \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user