chore(deps): bump golang from 1.23-alpine3.21 to 1.24-alpine3.21 (#87)

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

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24-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-04-14 17:37:06 +03:00
committed by GitHub
parent adc8731fb7
commit 4a077da11d
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ COPY ./frontend/postcss.config.cjs ./
RUN bun run build RUN bun run build
# Builder # Builder
FROM golang:1.23-alpine3.21 AS builder FROM golang:1.24-alpine3.21 AS builder
WORKDIR /tinyauth WORKDIR /tinyauth

View File

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