Skip to content

Commit 56ba0ca

Browse files
Merge branch 'main' into APL-475
2 parents 579e09e + 90d07ac commit 56ba0ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v4
3838
- name: CI tests, image build and push tag for main or branch
39-
uses: whoan/docker-build-with-cache-action@v6
39+
uses: whoan/docker-build-with-cache-action@v8
4040
with:
4141
username: ${{ env.BOT_USERNAME}}
4242
password: '${{ env.BOT_TOKEN }}'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN npm test -- --watchAll=false
3333
RUN npm run build
3434

3535
# --------------- production stage
36-
FROM nginx:1.22.0-alpine as prod
36+
FROM nginx:1.27.3-alpine as prod
3737

3838
RUN mkdir /app
3939
RUN addgroup -S app && adduser -S app -G app -h /app -s /sbin/nologin

0 commit comments

Comments
 (0)