Skip to content

Commit c2b31ce

Browse files
committed
Fix dockerfile
1 parent e57cd83 commit c2b31ce

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ jobs:
5757
- name: Deploy to GitHub Pages
5858
id: deployment
5959
uses: actions/deploy-pages@v4
60-

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM golang:1.21-alpine AS builder
2+
FROM golang:1.25-alpine AS builder
33

44
WORKDIR /workspace
55

0 commit comments

Comments
 (0)