diff --git a/.drone.yml b/.drone.yml index 74f69c4..c80e1cb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: default steps: - name: build - image: golang:1.22.4 + image: golang:1.22.5 volumes: - name: deps path: /go @@ -13,7 +13,7 @@ steps: - make - name: test - image: golang:1.22.4 + image: golang:1.22.5 volumes: - name: deps path: /go @@ -22,7 +22,7 @@ steps: - make test - name: linter - image: golang:1.22.4 + image: golang:1.22.5 volumes: - name: deps path: /go diff --git a/Dockerfile b/Dockerfile index 74f106d..6e3e2cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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