Skip to content

Commit

Permalink
chore: lint issue in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 24, 2025
1 parent 44678dc commit 47ad5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/mise/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# syntax=docker/dockerfile:1
FROM rust as builder
FROM rust AS builder
LABEL maintainer="jdx"

WORKDIR /usr/src/mise
COPY . /usr/src/mise/
RUN cargo build --release

FROM rust as runtime
FROM rust AS runtime

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV MISE_DATA_DIR="/mise"
Expand Down

0 comments on commit 47ad5d6

Please sign in to comment.