Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Byron Himes <[email protected]>
  • Loading branch information
lkuchenb and TheByronHimes authored Aug 5, 2024
1 parent 3981626 commit d126a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apk update
RUN apk upgrade --available

# BUILDER: a container to build the service wheel
FROM base as builder
FROM base AS builder
RUN pip install build
COPY . /service
WORKDIR /service
Expand Down

0 comments on commit d126a9c

Please sign in to comment.