Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2024
1 parent 186b9fb commit a5d4c7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.4@sha256:c8736b8dbf2b12c98bb0eeed91eef58ecef52b8c2bd49b8044531e8d8d8d58e8
volumes:
- name: deps
path: /go
Expand All @@ -13,7 +13,7 @@ steps:
- make

- name: test
image: golang:1.22.4
image: golang:1.22.4@sha256:c8736b8dbf2b12c98bb0eeed91eef58ecef52b8c2bd49b8044531e8d8d8d58e8
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.4@sha256:c8736b8dbf2b12c98bb0eeed91eef58ecef52b8c2bd49b8044531e8d8d8d58e8
volumes:
- name: deps
path: /go
Expand All @@ -33,7 +33,7 @@ steps:
- rm -r ./bin/

- name: docker latest
image: plugins/docker
image: plugins/docker@sha256:f5a4d16599017738cab90cde66c81b940765c49817997fd3469866163b9759d4
settings:
username: depado
password:
Expand All @@ -51,7 +51,7 @@ steps:
branch: [master]

- name: docker tag
image: plugins/docker
image: plugins/docker@sha256:f5a4d16599017738cab90cde66c81b940765c49817997fd3469866163b9759d4
settings:
username: depado
password:
Expand All @@ -69,7 +69,7 @@ steps:
event: [tag]

- name: telegram
image: appleboy/drone-telegram
image: appleboy/drone-telegram@sha256:5c20693aefa15987ca24348591e4287b0441f7ae20d5148813749a18b0473bc6
settings:
to: 790376882
format: markdown
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.4-alpine@sha256:ace6cc3fe58d0c7b12303c57afe6d6724851152df55e08057b43990b927ad5e8

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

0 comments on commit a5d4c7f

Please sign in to comment.