chore(deps): bump golang from 1.24-alpine3.21 to 1.25-alpine3.21 (#311)

Bumps golang from 1.24-alpine3.21 to 1.25-alpine3.21.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.25-alpine3.21
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-08-19 12:37:08 +03:00
committed by GitHub
parent 97020e6e32
commit 4979121395
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ COPY ./frontend/vite.config.ts ./
RUN bun run build
# Builder
FROM golang:1.24-alpine3.21 AS builder
FROM golang:1.25-alpine3.21 AS builder
ARG VERSION
ARG COMMIT_HASH

View File

@@ -1,4 +1,4 @@
FROM golang:1.24-alpine3.21
FROM golang:1.25-alpine3.21
WORKDIR /tinyauth