Skip to content

Commit

Permalink
Merge pull request #77 from brave/test_bitnami_image
Browse files Browse the repository at this point in the history
Modify Dockerfile to pull golang image from bitnami/golang AWS public ECR
  • Loading branch information
yrliou authored Jun 22, 2021
2 parents ecd093f + 531c7f8 commit 1d40438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14 as builder
FROM bitnami/golang:1.14 as builder

ARG VERSION
ARG BUILD_TIME
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@ services:
networks:
- sync
redis:
image: redis:latest
image: public.ecr.aws/lts/redis:latest
ports:
- "6379:6379"
environment:
- ALLOW_EMPTY_PASSWORD=yes
networks:
- sync

0 comments on commit 1d40438

Please sign in to comment.