chore: bump to go1.23

This commit is contained in:
sentriz
2024-09-12 18:30:40 +01:00
parent fb36dbf719
commit 875a83ad4f
5 changed files with 37 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.19 AS builder-taglib
FROM alpine:3.20 AS builder-taglib
WORKDIR /tmp
COPY alpine/taglib/APKBUILD .
RUN apk update && \
@@ -7,7 +7,7 @@ RUN apk update && \
abuild-keygen -a -n -i && \
REPODEST=/pkgs abuild -F -r
FROM golang:1.21-alpine AS builder
FROM golang:1.23-alpine AS builder
RUN apk add -U --no-cache \
build-base \
ca-certificates \
@@ -27,7 +27,7 @@ RUN go mod download
COPY . .
RUN GOOS=linux go build -o gonic cmd/gonic/gonic.go
FROM alpine:3.19
FROM alpine:3.20
LABEL org.opencontainers.image.source https://github.com/sentriz/gonic
RUN apk add -U --no-cache \
ffmpeg \