Skip to content

Commit

Permalink
feat: update build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jirevwe committed Aug 20, 2024
1 parent c772fac commit d3e350a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21

Expand Down
2 changes: 1 addition & 1 deletion release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16.2
FROM alpine:3.20.2

COPY convoy /cmd
COPY configs/local/start.sh /start.sh
Expand Down

0 comments on commit d3e350a

Please sign in to comment.