Skip to content

Commit b1f1b9b

Browse files
committed
v3.0.12
1 parent 2963b2f commit b1f1b9b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ USER app
1010
WORKDIR /app
1111
COPY --chown=app:app --from=builder /app .
1212
COPY --chown=app:app . .
13+
RUN ln -s dist/version.json version.json
1314

1415
ENV PORT=1443
1516
EXPOSE $PORT

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "firefox-send",
33
"description": "File Sharing Experiment",
4-
"version": "3.0.11",
4+
"version": "3.0.12",
55
"author": "Mozilla (https://mozilla.org)",
66
"repository": "mozilla/send",
77
"homepage": "https://github.com/mozilla/send/",

0 commit comments

Comments
 (0)