Skip to content

Commit

Permalink
fix outdated bash version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rogarcia committed Dec 11, 2023
1 parent d72a1db commit 384ffad
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 @@ -9,7 +9,7 @@ RUN go mod download && CGO_ENABLED=0 GOOS=linux go build -a -ldflags="-s -w" -o
FROM alpine:3.19
RUN mkdir /app
WORKDIR /app
RUN apk update && apk add --no-cache bash=5.2.15-r5
RUN apk upgrade && apk add --no-cache bash=5.2.21-r0
COPY --from=builder --chmod=700 /build/ipfs-server /app

HEALTHCHECK --interval=10s --timeout=5s CMD wget --no-verbose --tries=1 --spider localhost:3001/health
Expand Down

0 comments on commit 384ffad

Please sign in to comment.