Skip to content

Commit

Permalink
adding file
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalerhino committed Nov 6, 2024
1 parent 2d12c84 commit 0261d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Container Security Lab
on:
push:
branches:
- main
- '*'
pull_request:

env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Step 1: Use a base Node.js image
FROM node:current-alpine3.19
FROM node:14

# Step 2: Create and set the working directory
WORKDIR /usr/src/app
Expand Down

0 comments on commit 0261d87

Please sign in to comment.