diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7aab582..04e17c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Container Security Lab on: push: branches: - - main + - '*' pull_request: env: diff --git a/Dockerfile b/Dockerfile index 25362b3..50009b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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