Skip to content

Commit

Permalink
docker formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Knifa committed Nov 29, 2024
1 parent ad81377 commit 3a87ca6
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
@@ -1,4 +1,4 @@
FROM alpine:latest as build
FROM alpine:latest AS build

RUN apk add --no-cache \
clang \
Expand Down Expand Up @@ -30,7 +30,7 @@ RUN mkdir -p build \
&& make


FROM alpine:latest as run
FROM alpine:latest AS run

RUN apk add --no-cache \
libc++ \
Expand Down

0 comments on commit 3a87ca6

Please sign in to comment.