|
|
@ -1,5 +1,5 @@ |
|
|
# Dockerfile for Kafka Gateway Integration Testing |
|
|
# Dockerfile for Kafka Gateway Integration Testing |
|
|
FROM golang:1.21-alpine AS builder |
|
|
|
|
|
|
|
|
FROM golang:1.24-alpine AS builder |
|
|
|
|
|
|
|
|
# Install build dependencies |
|
|
# Install build dependencies |
|
|
RUN apk add --no-cache git make gcc musl-dev sqlite-dev |
|
|
RUN apk add --no-cache git make gcc musl-dev sqlite-dev |
|
|
|