Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Feb 7, 2020
1 parent 59fd1ec commit 502db5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG GOLANG_VERSION=1.12.9
ARG GOLANG_VERSION=1.13.7
FROM golang:${GOLANG_VERSION} as builder

ARG IMAGINARY_VERSION=dev
ARG LIBVIPS_VERSION=8.8.1
ARG GOLANGCILINT_VERSION=1.17.1
ARG LIBVIPS_VERSION=8.9.1
ARG GOLANGCILINT_VERSION=1.23.3

# Installs libvips + required libraries
RUN DEBIAN_FRONTEND=noninteractive \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ benchmark: build

docker-build:
@echo "$(OK_COLOR)==> Building Docker image$(NO_COLOR)"
docker build --no-cache=true -t h2non/imaginary:$(VERSION) .
docker build --no-cache=true --build-arg IMAGINARY_VERSION=$(VERSION) -t h2non/imaginary:$(VERSION) .

docker-push:
@echo "$(OK_COLOR)==> Pushing Docker image v$(VERSION) $(NO_COLOR)"
Expand Down

0 comments on commit 502db5e

Please sign in to comment.