feat: bump go to fix docker configs

This commit is contained in:
Kartik Chopra 2024-12-11 11:32:32 -05:00
parent 7cb1fc132d
commit e20a351413

View file

@ -1,4 +1,4 @@
FROM golang:1.21-alpine AS builder FROM golang:1.22-alpine AS builder
RUN apk add --no-cache gcc musl-dev linux-headers git make RUN apk add --no-cache gcc musl-dev linux-headers git make