Skip to content

Commit

Permalink
fix gorelease bug (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchen-sci committed Jan 10, 2024
1 parent dcd5dd5 commit 5dbb97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM --platform=$BUILDPLATFORM alpine:latest

WORKDIR /opt/

COPY easeprobe /opt/
COPY bin/easeprobe /opt/
COPY resources/scripts/entrypoint.sh /
RUN apk update && apk add tini tzdata busybox-extras curl redis

Expand Down

0 comments on commit 5dbb97a

Please sign in to comment.