Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gi8lino committed Jan 4, 2023
1 parent ab4a4ec commit 420149e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ RUN go mod download
# Copy the go source
COPY . .

RUN ls -lah

# Build
RUN CGO_ENABLED=0 GO111MODULE=on go build -a -installsuffix nocgo -o /heartbeats

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

const (
version = "v0.4.6"
version = "v0.4.8"
)

var debug, trace, jsonLog bool
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2"

services:
heartbeats:
image: ghcr.io/containeroo/heartbeats:v0.4.6
image: ghcr.io/containeroo/heartbeats:v0.4.8
hostname: heartbeats
environment:
- "SLACK_TOKEN=TOKEN"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: heartbeats
image: ghcr.io/containeroo/heartbeats:v0.4.6
image: ghcr.io/containeroo/heartbeats:v0.4.8
imagePullPolicy: IfNotPresent
args:
- --config
Expand Down

0 comments on commit 420149e

Please sign in to comment.