Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent 1d66755 commit aa1fb28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: default

steps:
- name: build
image: golang:1.22.4
image: golang:1.22.5
volumes:
- name: deps
path: /go
Expand All @@ -13,7 +13,7 @@ steps:
- make

- name: test
image: golang:1.22.4
image: golang:1.22.5
volumes:
- name: deps
path: /go
Expand All @@ -22,7 +22,7 @@ steps:
- make test

- name: linter
image: golang:1.22.4
image: golang:1.22.5
volumes:
- name: deps
path: /go
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Step
FROM golang:1.22.4-alpine
FROM golang:1.22.5-alpine

# Dependencies
RUN apk update && apk add --no-cache upx make git alsa-lib-dev gcc libc-dev
Expand Down

0 comments on commit aa1fb28

Please sign in to comment.