Skip to content

Commit

Permalink
Merge pull request #531 from rsteube/update-docker
Browse files Browse the repository at this point in the history
updated docker container
  • Loading branch information
rsteube authored Aug 10, 2021
2 parents 3a84608 + d5451bb commit ca6aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
build: &base
image: rsteube/carapace:0.6.3
image: rsteube/carapace:0.8.0
command: sh -c 'sh -c "cd /carapace-bin/cmd/carapace && go generate ./... && go build -ldflags=\"-s -w\" ."'
environment:
TARGET: /carapace-bin/cmd/carapace/carapace
Expand Down

0 comments on commit ca6aa63

Please sign in to comment.