Skip to content

Commit

Permalink
Dockerfile lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Aug 13, 2024
1 parent fff2b21 commit 1358c73
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker/auto-confirm.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:latest AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/balance-by-account.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:latest AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/graphql.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:latest AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/request-approve.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:latest AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/request-by-id.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:latest AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/request-create.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:latest AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/requests-by-account.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:latest AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/rule.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:latest AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/transaction-by-id.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:latest AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion docker/transactions-by-account.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:latest as builder
FROM rust:latest AS builder

WORKDIR /app

Expand Down

0 comments on commit 1358c73

Please sign in to comment.