Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
harshsinghvi committed Nov 16, 2023
1 parent c840eb2 commit 29dd8a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ Temporary Items

.env
docker-compose/
__debug_bin*
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# STEP 1 build executable binary
############################
FROM golang:alpine AS builder
LABEL org.opencontainers.image.source="https://github.com/harshsinghvi/golang-postgres-kubernetes"
# Install git.
# Git is required for fetching the dependencies.
RUN apk update && apk add --no-cache 'git=~2'
Expand Down

0 comments on commit 29dd8a8

Please sign in to comment.