We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d12c84 commit 0261d87Copy full SHA for 0261d87
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: Container Security Lab
3
on:
4
push:
5
branches:
6
- - main
+ - '*'
7
pull_request:
8
9
env:
Dockerfile
@@ -1,5 +1,5 @@
1
# Step 1: Use a base Node.js image
2
-FROM node:current-alpine3.19
+FROM node:14
# Step 2: Create and set the working directory
WORKDIR /usr/src/app
0 commit comments