mirror of
https://github.com/logos-messaging/telemetry.git
synced 2026-01-02 14:13:05 +00:00
ci: fix Docker build by using newer Go and Alpine
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
4d1a7f822c
commit
7775d4b6cf
@ -1,4 +1,4 @@
|
||||
FROM golang:1.15-alpine AS builder
|
||||
FROM golang:1.22-alpine3.19 AS builder
|
||||
|
||||
RUN apk add --no-cache make
|
||||
|
||||
@ -8,7 +8,7 @@ ADD . .
|
||||
RUN make build
|
||||
|
||||
# Copy the binary to the second image
|
||||
FROM alpine:3.14
|
||||
FROM alpine:3.19
|
||||
|
||||
LABEL maintainer="jakub@status.im"
|
||||
LABEL source="https://github.com/status-im/telemetry"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user