Skip to content

Commit

Permalink
Update golang Docker tag to v1.21 (#1055)
Browse files Browse the repository at this point in the history
* Update golang Docker tag to v1.21

* Update vod-service/Dockerfile

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joscha Henningsen <[email protected]>
  • Loading branch information
renovate[bot] and joschahenningsen authored Aug 16, 2023
1 parent 46a940b commit a85cc21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.18 as builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion worker/rtmp-relay/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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
Expand Down

0 comments on commit a85cc21

Please sign in to comment.