diff --git a/dockerfile b/Dockerfile similarity index 90% rename from dockerfile rename to Dockerfile index 923f0d1..ef6e0a9 100644 --- a/dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.0-alpine AS builder +FROM golang:1.24.0-alpine AS builder RUN apk add --no-cache bash upx git