mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-06 06:13:31 +08:00
fix: use correct go image in docker build
This commit is contained in:
@@ -20,7 +20,7 @@ COPY ./frontend/vite.config.ts ./
|
||||
RUN bun run build
|
||||
|
||||
# Builder
|
||||
FROM golang:1.26-alpine3.21 AS builder
|
||||
FROM golang:1.26-alpine3.23 AS builder
|
||||
|
||||
ARG VERSION
|
||||
ARG COMMIT_HASH
|
||||
|
||||
Reference in New Issue
Block a user