Skip to content

Commit 0261d87

Browse files
committed
adding file
1 parent 2d12c84 commit 0261d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Container Security Lab
33
on:
44
push:
55
branches:
6-
- main
6+
- '*'
77
pull_request:
88

99
env:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Step 1: Use a base Node.js image
2-
FROM node:current-alpine3.19
2+
FROM node:14
33

44
# Step 2: Create and set the working directory
55
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)