build: go 1.19.4

This commit is contained in:
Adrian Shum 2022-12-07 15:13:09 +08:00 committed by GitHub
parent edeb3eae00
commit ed2497cbf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
ARG GOLANG_VERSION=1.19.3 ARG GOLANG_VERSION=1.19.4
FROM golang:${GOLANG_VERSION}-bullseye as builder FROM golang:${GOLANG_VERSION}-bullseye as builder
ARG FFMPEG_VERSION=5.1.2 ARG FFMPEG_VERSION=5.1.2