Skip to content

Commit 8125cd4

Browse files
committed
Fix docker build
1 parent c93e250 commit 8125cd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Docker Image
22
on:
33
push:
44
tags:
5-
- v1.**
5+
- v**
66
permissions:
77
contents: write
88
packages: write

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
########################
22
# Builder Stage
33
########################
4-
FROM golang:1.24.5 AS build
4+
FROM golang:1.25.5 AS build
55

66
WORKDIR /app
77

0 commit comments

Comments
 (0)