Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent e770c8d commit 685512b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vod-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine3.17 as builder
FROM golang:1.21-alpine3.17 as builder

WORKDIR /app

Expand Down
4 changes: 2 additions & 2 deletions worker/rtmp-relay/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.20 as authBuilder
FROM golang:1.21 as authBuilder

COPY main.go .
RUN CGO_ENABLED=0 go build -ldflags="-extldflags=-static" -o /auth main.go

FROM aler9/rtsp-simple-server:v0.23.4 AS rtsp
FROM aler9/rtsp-simple-server:v0.23.8 AS rtsp

FROM alpine:3.18

Expand Down

0 comments on commit 685512b

Please sign in to comment.