This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update golang docker tag to v1.23.3

+1 -1
+1 -1
Dockerfile
··· 1 1 ARG TAG=dev 2 2 3 3 # Stage 1: Build the Go binary using Just 4 - FROM golang:1.23.2-alpine3.20 AS builder 4 + FROM golang:1.23.3-alpine3.20 AS builder 5 5 6 6 # Install Just in the builder stage 7 7 RUN apk add --no-cache curl bash git