Skip to content

Commit

Permalink
Merge pull request #36 from Octops/release-v0.4.1
Browse files Browse the repository at this point in the history
Release v0.4.1
  • Loading branch information
danieloliveira079 authored Aug 31, 2023
2 parents d2242cc + a1edd26 commit dafd07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ WORKDIR /go/src/github.com/Octops/agones-event-broadcaster

COPY . .

RUN make build
RUN make build && chmod +x /go/src/github.com/Octops/agones-event-broadcaster/bin/broadcaster

FROM gcr.io/distroless/static:nonroot

WORKDIR /app

COPY --from=builder /go/src/github.com/Octops/agones-event-broadcaster/bin/broadcaster /app/

RUN chmod +x broadcaster

ENTRYPOINT ["./broadcaster"]
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ BROADCASTER_BIN := bin/broadcaster

DOCKER_IMAGE_REPO ?= octops/agones-event-broadcaster
DOCKER_IMAGE_TAG ?= octops/agones-event-broadcaster:${VERSION}
TAG_VERSION = 0.4.0
TAG_VERSION = 0.4.1

default: clean build

Expand Down

0 comments on commit dafd07f

Please sign in to comment.