Skip to content

Commit

Permalink
Merge pull request #475 from johanhelsing/docker-lint
Browse files Browse the repository at this point in the history
style: Fix Dockerfile lint
  • Loading branch information
johanhelsing authored Dec 21, 2024
2 parents 8f7cba6 + 405a39b commit 72db626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchbox_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# to build, run `docker build -f matchbox_server/Dockerfile` from root of the
# repository

FROM rust:1.83-slim-bullseye as builder
FROM rust:1.83-slim-bullseye AS builder

WORKDIR /usr/src/matchbox_server/

Expand Down

0 comments on commit 72db626

Please sign in to comment.