We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e312d9d commit b755265Copy full SHA for b755265
2 files changed
.github/workflows/docker-build.yml
@@ -2,16 +2,8 @@ name: Build and Push Docker Image
2
3
on:
4
push:
5
- branches:
6
- - main
7
- - master
8
tags:
9
- 'v*'
10
- pull_request:
11
12
13
14
- workflow_dispatch:
15
16
env:
17
DOCKER_IMAGE: leokun123/puter2api
Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
-FROM golang:1.21-alpine AS builder
+FROM golang:1.24-alpine AS builder
WORKDIR /app
0 commit comments