Compare commits

..

1 Commits

Author SHA1 Message Date
a50ad37319 Update python Docker tag to v3.13.0rc2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Test Pull Request / Build Image (pull_request) Successful in 22s
Test Pull Request / Notify (pull_request) Successful in 3s
2024-09-20 03:23:29 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.24.5
go-version: 1.22.2
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:

View File

@ -1,4 +1,4 @@
FROM python:3.13.1-alpine3.19
FROM python:3.13.0rc2-alpine3.19
RUN apk add curl