Skip to content

Commit 32ee8d8

Browse files
chore(deps): update dependencies (minor)
1 parent 354db3c commit 32ee8d8

4 files changed

Lines changed: 142 additions & 141 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
docker:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v6.0.2
11+
- uses: actions/checkout@v6.0.3
1212
- name: Build with Docker
1313
run: docker build .

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.15.0-alpine3.23 AS builder
1+
FROM node:24.17.0-alpine3.23 AS builder
22

33
WORKDIR /app
44

@@ -12,6 +12,6 @@ COPY . ./
1212

1313
RUN npm run build
1414

15-
FROM nginx:1.31.0-alpine3.23
15+
FROM nginx:1.31.2-alpine3.23
1616

1717
COPY --from=builder /app/_site /usr/share/nginx/html

0 commit comments

Comments
 (0)