Skip to content

Commit

Permalink
chore: bump v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mlabouardy committed Mar 17, 2023
1 parent 5526131 commit be5dd6d
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 147 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MAINTAINER mlabouardy <mohamed@tailwarden.com>
RUN echo "Running on $BUILDPLATFORM, building for $TARGETPLATFORM" > /log

ENV SEGMENT_WRITE_KEY $SEGMENT_WRITE_KEY
ENV VERSION 3.0.6
ENV VERSION 3.0.7

RUN apk update && apk add curl
RUN curl -L https://cli.komiser.io/$VERSION/linux/komiser -o /usr/bin/komiser && \
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "komiser-dashboard",
"version": "3.0.6",
"version": "3.0.7",
"private": true,
"scripts": {
"dev": "next dev -p 3002",
Expand Down
Loading

0 comments on commit be5dd6d

Please sign in to comment.