Skip to content

Commit

Permalink
refactor: Dockerfile lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Oct 28, 2024
1 parent 847a6bb commit 5fb169f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ARG EN_MINIO=false
ARG EN_RCLONE=false
ARG VERSION

FROM maxisam/mongo-tool:${MONGODB_TOOLS_VERSION} as tools-builder
FROM maxisam/mongo-tool:${MONGODB_TOOLS_VERSION} AS tools-builder

FROM golang:1.21 as mgob-builder
FROM golang:1.21 AS mgob-builder
ARG VERSION
COPY . /go/src/github.com/stefanprodan/mgob
WORKDIR /go/src/github.com/stefanprodan/mgob
Expand Down

0 comments on commit 5fb169f

Please sign in to comment.