Skip to content

Commit bd46abe

Browse files
committed
new pixie
1 parent 714f207 commit bd46abe

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,4 @@ RUN rm -rf /app/frontend && mv /tmp/frontend /app/
8181

8282
EXPOSE 8989
8383

84-
# Start huey in the background and then run the Flask application
8584
CMD ["./docker-entrypoint.sh"]

frameos/frameos.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bin = @["frameos"]
1414
requires "chrono >= 0.3.1"
1515
requires "checksums >= 0.2.1"
1616
requires "nim >= 2.0.0"
17-
requires "pixie >= 5.0.6"
17+
requires "pixie >= 5.0.7"
1818
requires "jester >= 0.6.0"
1919
requires "linuxfb >= 0.1.0"
2020
requires "psutil >= 0.6.0"

frameos/nimble.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@
150150
}
151151
},
152152
"pixie": {
153-
"version": "5.0.6",
154-
"vcsRevision": "f3e73f722fbb0e5d496fbc59ee860a9fd49983de",
153+
"version": "5.0.7",
154+
"vcsRevision": "3b65ca5605a1156987041bf0295449e4c56128cf",
155155
"url": "https://github.com/treeform/pixie",
156156
"downloadMethod": "git",
157157
"dependencies": [
@@ -164,7 +164,7 @@
164164
"crunchy"
165165
],
166166
"checksums": {
167-
"sha1": "fd4c5d12bba41aac760fc86c2de820e1a367dbfd"
167+
"sha1": "64999611cd1093e28b62ed80e695783839441538"
168168
}
169169
},
170170
"unpack": {

0 commit comments

Comments
 (0)