Skip to content

Commit

Permalink
fix: use node:20-alpine image
Browse files Browse the repository at this point in the history
  • Loading branch information
raghav-rama committed Nov 29, 2024
1 parent 4c1674f commit 73aa850
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM 333356345985.dkr.ecr.ap-south-1.amazonaws.com/leveragefunbot:latest
FROM node:20-alpine

WORKDIR /app

Expand Down
4 changes: 0 additions & 4 deletions Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "333356345985.dkr.ecr.ap-south-1.amazonaws.com/leveragefunbot:latest",
"Update": "true"
},
"Ports": [
{
"ContainerPort": 8080,
Expand Down

0 comments on commit 73aa850

Please sign in to comment.