We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 579e09e + 90d07ac commit 56ba0caCopy full SHA for 56ba0ca
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Checkout
37
uses: actions/checkout@v4
38
- name: CI tests, image build and push tag for main or branch
39
- uses: whoan/docker-build-with-cache-action@v6
+ uses: whoan/docker-build-with-cache-action@v8
40
with:
41
username: ${{ env.BOT_USERNAME}}
42
password: '${{ env.BOT_TOKEN }}'
Dockerfile
@@ -33,7 +33,7 @@ RUN npm test -- --watchAll=false
33
RUN npm run build
34
35
# --------------- production stage
-FROM nginx:1.22.0-alpine as prod
+FROM nginx:1.27.3-alpine as prod
RUN mkdir /app
RUN addgroup -S app && adduser -S app -G app -h /app -s /sbin/nologin
0 commit comments