Skip to content

Commit

Permalink
Missed Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
COMTOP1 committed Jan 5, 2025
1 parent 4975b9c commit e8cf3a3
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.22.1-alpine3.19 AS build
FROM golang:1.23.4-alpine3.21 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.22.1-alpine3.19 AS build
FROM golang:1.23.4-alpine3.21 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.22.1-alpine3.19 AS build
FROM golang:1.23.4-alpine3.21 AS build

LABEL stage="builder"

Expand Down

0 comments on commit e8cf3a3

Please sign in to comment.