Skip to content

Commit 4f85d88

Browse files
committed
build: update container base image
1 parent c28ad5f commit 4f85d88

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.drone.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
memory: 100MiB
2222

2323
- name: test
24-
image: golang:1.24
24+
image: golang:1.24-alpine
2525
pull: always
2626
volumes:
2727
- name: go
@@ -40,7 +40,7 @@ steps:
4040
memory: 2GiB
4141

4242
- name: goreleaser
43-
image: golang:1.24
43+
image: golang:1.24-alpine
4444
resources:
4545
requests:
4646
cpu: 6000
@@ -59,6 +59,7 @@ steps:
5959
commands:
6060
# - go env
6161
# curl -sf https://goreleaser.com/static/latest
62+
- apk add bash git
6263
- ./scripts/run-goreleaser
6364
- echo Done
6465
depends_on: [test]
@@ -200,6 +201,6 @@ trigger:
200201
- publish
201202
---
202203
kind: signature
203-
hmac: 30b46430389aa5bac17e5d61975aed8993c7f6c2921be575d71cf09c55c098d7
204+
hmac: e3cfc6768f1dfb3dcabdb23dec9695bbf67bcdd8ab06cf10f246d93bc1d7cc77
204205

205206
...

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.20.3
1+
FROM alpine:3.21.3
22

33
RUN apk --no-cache upgrade
44
RUN apk --no-cache add ca-certificates tzdata zsh jq tmux curl

0 commit comments

Comments
 (0)