chore: bump to go1.23
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user