Skip to content

Commit 9438c43

Browse files
committed
iron bank update for 1.0.1
1 parent f9e9836 commit 9438c43

File tree

5 files changed

+2372
-807
lines changed

5 files changed

+2372
-807
lines changed

player/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM node:14.17.3
15+
FROM node:18
1616
RUN apt-get update && apt-get install dumb-init
1717
ENV NODE_ENV production
1818
WORKDIR /usr/src/app

player/service/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ const Hapi = require("@hapi/hapi"),
2121
Vision = require("@hapi/vision"),
2222
AuthBasic = require("@hapi/basic"),
2323
AuthJwt = require("@hapi/jwt"),
24-
Bcrypt = require("bcrypt"),
2524
waitPort = require("wait-port"),
2625
{
2726
LRS_ENDPOINT,

0 commit comments

Comments
 (0)