Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Jan 16, 2024
1 parent 7ae6e4d commit 422c078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14-alpine as builder
FROM node:14-alpine AS builder

WORKDIR /app
# needed for node alpine
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"lint": "eslint src/**/*.js",
"test": "jest --ci",
"test:watch": "jest --watch",
"seal-secrets": "sre-secrets",
"k8s": "yarn --silent --cwd .k8s"
"seal-secrets": "sre-secrets"
},
"dependencies": {
"@sentry/browser": "^6.12.0",
Expand Down

0 comments on commit 422c078

Please sign in to comment.