This repository has no description
0

Configure Feed

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

Merge branch 'renovate/golang-1.x' into 'main'

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

See merge request churros/notella!15

+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.3-alpine3.20 AS builder 4 + FROM golang:1.23.4-alpine3.20 AS builder 5 5 6 6 # Install Just in the builder stage 7 7 RUN apk add --no-cache curl bash git