8 Commits

Author SHA1 Message Date
renovate[bot]
6236677991 Merge 1ce41a6c06 into 65bf54909f 2024-06-22 14:32:48 +00:00
renovate[bot]
1ce41a6c06 Update dependency eslint to v9 2024-06-22 14:32:45 +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
4 changed files with 350 additions and 343 deletions

View File

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

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.7 # syntax=docker/dockerfile:1.8
FROM cgr.dev/chainguard/go:latest as build FROM cgr.dev/chainguard/go:latest as build
WORKDIR /src 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-github-button": "^3.0.3",
"vue-gtag": "^2.0.1", "vue-gtag": "^2.0.1",
"vue-loading-overlay": "^6.0.3", "vue-loading-overlay": "^6.0.3",
"vue-router": "4.3.2" "vue-router": "4.4.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.22.10", "@babel/core": "^7.22.10",