1 Commits

Author SHA1 Message Date
eceb5da520 Update Docker and package
Some checks failed
Build and Push Docker Images / build-and-push-backend (push) Successful in 23s
Build and Push Docker Images / build-and-push-frontend (push) Failing after 23s
2026-01-31 00:51:55 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Stage 1: Build the Go application
FROM golang:1.22-alpine AS builder
FROM golang:1.25-alpine AS builder
WORKDIR /app

View File

@@ -23,6 +23,7 @@
"private": true,
"packageManager": "npm@11.6.2",
"dependencies": {
"@angular/animations": "^21.1.0",
"@angular/cdk": "~21.1.2",
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",