Skip to content

Commit

Permalink
chore: update dependencies (#325)
Browse files Browse the repository at this point in the history
* Update go version and dependencies

Signed-off-by: Dmytro Bondar <[email protected]>

* Group dependabot updates

Signed-off-by: Dmytro Bondar <[email protected]>

* Lock file maintenance

Signed-off-by: Dmytro Bondar <[email protected]>

* Rename vite.config.js

Keep CJS as default, opt-in to ESM if needed
More: https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated

Signed-off-by: Dmytro Bondar <[email protected]>

---------

Signed-off-by: Dmytro Bondar <[email protected]>
  • Loading branch information
bonddim authored Nov 27, 2024
1 parent 90a570b commit afcba8d
Show file tree
Hide file tree
Showing 6 changed files with 658 additions and 438 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,13 @@ updates:
directory: /
schedule:
interval: weekly
groups:
golang:
patterns:
- golang.org*
gorm:
patterns:
- gorm.io*
patch:
update-types:
- patch
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN npm run build
######
# Build backend
######
FROM --platform=${BUILDPLATFORM} golang:1.22-alpine AS builder
FROM --platform=${BUILDPLATFORM} golang:1.23-alpine AS builder
# Set the working directory
WORKDIR /build
# Download dependencies
Expand Down
Loading

0 comments on commit afcba8d

Please sign in to comment.