Skip to content

Commit

Permalink
fix: dockerfile bash
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev authored May 3, 2022
1 parent 5842769 commit fa198b5
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 @@ -10,7 +10,7 @@ RUN set -ex && gcc -o main main.c static-list.c
FROM alpine:3.15
RUN set -ex && \
apk add --no-cache \
bash=5.1.8-r0
bash=5.1.16-r0
WORKDIR /usr/src/app
COPY --from=build [ "/tmp/main", "." ]

Expand Down

0 comments on commit fa198b5

Please sign in to comment.