mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-12-24 11:51:18 +08:00
update Linux Alpine (#2195)
All checks were successful
lint / code (push) Has been cancelled
lint / mod-tidy (push) Has been cancelled
lint / apidocs (push) Has been cancelled
test / test64 (push) Has been cancelled
test / test32 (push) Has been cancelled
test / test_highlevel (push) Has been cancelled
All checks were successful
lint / code (push) Has been cancelled
lint / mod-tidy (push) Has been cancelled
lint / apidocs (push) Has been cancelled
test / test64 (push) Has been cancelled
test / test32 (push) Has been cancelled
test / test_highlevel (push) Has been cancelled
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,7 +1,7 @@
|
||||
BASE_IMAGE = golang:1.20-alpine3.17
|
||||
BASE_IMAGE = golang:1.20-alpine3.18
|
||||
LINT_IMAGE = golangci/golangci-lint:v1.53.3
|
||||
NODE_IMAGE = node:16-alpine3.17
|
||||
ALPINE_IMAGE = alpine:3.17
|
||||
NODE_IMAGE = node:16-alpine3.18
|
||||
ALPINE_IMAGE = alpine:3.18
|
||||
RPI32_IMAGE = balenalib/raspberry-pi:bullseye-run-20230712
|
||||
RPI64_IMAGE = balenalib/raspberrypi3-64:bullseye-run-20230530
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.20-alpine3.17
|
||||
FROM golang:1.20-alpine3.18
|
||||
|
||||
RUN apk add --no-cache \
|
||||
ffmpeg
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.20-alpine3.17
|
||||
FROM golang:1.20-alpine3.18
|
||||
|
||||
RUN apk add --no-cache \
|
||||
ffmpeg
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.20-alpine3.17
|
||||
FROM golang:1.20-alpine3.18
|
||||
|
||||
RUN apk add --no-cache \
|
||||
ffmpeg
|
||||
|
||||
Reference in New Issue
Block a user