8 Commits

Author SHA1 Message Date
renovate[bot]
834c65ecf2 Merge 8c349b451e into 65bf54909f 2024-06-22 14:32:41 +00:00
renovate[bot]
8c349b451e Update caddy Docker tag to v2.8.4 2024-06-22 14:32:39 +00:00
renovate[bot]
65bf54909f Update dependency core-js to v3.37.1 (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:31:53 -04:00
renovate[bot]
06158bf833 Update dependency cssnano to v7.0.3 (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:29:47 -04:00
renovate[bot]
4416bce484 Update docker/dockerfile Docker tag to v1.8 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:29:38 -04:00
renovate[bot]
86e0aab4e0 Update dependency vue to v3.4.30 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:12:50 -04:00
renovate[bot]
ff29231830 Update dependency vue-router to v4.4.0 (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:12:40 -04:00
renovate[bot]
3760f330c4 Update docker/build-push-action action to v6 (#139)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-22 10:12:25 -04:00
5 changed files with 351 additions and 344 deletions

View File

@@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build / push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: backend
file: ./backend/Dockerfile
@@ -79,7 +79,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build / push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile

View File

@@ -10,7 +10,7 @@ COPY . .
RUN npm run build
FROM caddy:2.7.6-alpine as runtime
FROM caddy:2.8.4-alpine as runtime
WORKDIR /my-site

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.7
# syntax=docker/dockerfile:1.8
FROM cgr.dev/chainguard/go:latest as build
WORKDIR /src

685
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,7 +22,7 @@
"vue-github-button": "^3.0.3",
"vue-gtag": "^2.0.1",
"vue-loading-overlay": "^6.0.3",
"vue-router": "4.3.2"
"vue-router": "4.4.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",