Skip to content

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Dec 22, 2023
1 parent 85648c4 commit 548aeff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forwarder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.1-alpine3.18 AS build
FROM golang:1.21.5-alpine3.19 AS build

LABEL site="ystv-streamer-forwarder"

Expand Down
2 changes: 1 addition & 1 deletion recorder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.1-alpine3.18 AS build
FROM golang:1.21.5-alpine3.19 AS build

LABEL site="ystv-streamer-recorder"

Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.0-alpine3.18 AS build
FROM golang:1.21.5-alpine3.19 AS build

LABEL stage="builder"

Expand Down

0 comments on commit 548aeff

Please sign in to comment.