1 Commits

Author SHA1 Message Date
renovate[bot]
a6811c53c6 Update dependency eslint to v9 2024-06-21 11:34:00 +00:00
4 changed files with 343 additions and 350 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@v6 uses: docker/build-push-action@v5
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@v6 uses: docker/build-push-action@v5
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.8 # syntax=docker/dockerfile:1.7
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.4.0" "vue-router": "4.3.2"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.22.10", "@babel/core": "^7.22.10",