adjustments to allow docker image to be built in 2021 edition
This commit is contained in:
parent
fcf0bea45f
commit
47d3fdf9b8
@ -19,14 +19,14 @@ steps:
|
|||||||
- "psql -U postgres -d newsletter -h postgres"
|
- "psql -U postgres -d newsletter -h postgres"
|
||||||
|
|
||||||
- name: sqlxMigrate
|
- name: sqlxMigrate
|
||||||
image: rust:1.56
|
image: rust:1.57
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y build-essential pkg-config libssl-dev # Dependancies for sqlx
|
- apt update && apt install -y build-essential pkg-config libssl-dev # Dependancies for sqlx
|
||||||
- cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres # Install sqlx
|
- cargo install --version=0.5.7 sqlx-cli --no-default-features --features postgres # Install sqlx
|
||||||
- sqlx migrate run
|
- sqlx migrate run
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.56
|
image: rust:1.57
|
||||||
commands:
|
commands:
|
||||||
- apt update && apt install -y build-essential pkg-config libssl-dev # Dependancies for tarpaulin
|
- apt update && apt install -y build-essential pkg-config libssl-dev # Dependancies for tarpaulin
|
||||||
- cargo install cargo-tarpaulin
|
- cargo install cargo-tarpaulin
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM lukemathwalker/cargo-chef:latest-rust-1.53.0 AS chef
|
FROM lukemathwalker/cargo-chef:latest-rust-1.57.0 AS chef
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Create lock file for project to be used in builder
|
# Create lock file for project to be used in builder
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"db": "PostgreSQL",
|
"db": "PostgreSQL",
|
||||||
"5db1f9dfcdee685b02851f144e29d3e2726127d5a1d614880a0be89d8fa6904b": {
|
"793f0df728d217c204123f12e4eafd6439db2d49d0cb506618ae9e780c7e0558": {
|
||||||
"query": "\n INSERT INTO subscriptions (id, email, name, subscribed_at)\n VALUES ($1, $2, $3, $4)\n ",
|
"query": "\n INSERT INTO subscriptions (id, email, name, subscribed_at)\n VALUES ($1, $2, $3, $4)\n ",
|
||||||
"describe": {
|
"describe": {
|
||||||
"columns": [],
|
"columns": [],
|
||||||
|
Loading…
Reference in New Issue
Block a user