Compare commits

...
Author SHA1 Message Date
dependabot[bot]andGitHub 8624bb9562 chore(deps): bump golang from 1.26-alpine3.23 to 1.27-alpine3.23
Bumps golang from 1.26-alpine3.23 to 1.27-alpine3.23.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.27-alpine3.23
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-24 08:15:52 +00:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ COPY ./frontend/vite.config.ts ./
RUN pnpm run build
# Builder
FROM golang:1.26-alpine3.23 AS builder
FROM golang:1.27-alpine3.23 AS builder
ARG VERSION
ARG COMMIT_HASH
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26-alpine3.23
FROM golang:1.27-alpine3.23
WORKDIR /tinyauth
+1 -1
View File
@@ -22,7 +22,7 @@ COPY ./frontend/vite.config.ts ./
RUN pnpm run build
# Builder
FROM golang:1.26-alpine3.23 AS builder
FROM golang:1.27-alpine3.23 AS builder
ARG VERSION
ARG COMMIT_HASH