Skip to content

Commit

Permalink
{Docker,Make}file: fixup using tools and Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanSquared committed Sep 22, 2023
1 parent 28562be commit 43cb8ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.3
ARG TOOLS=TOOLS
FROM golang:1.20.8-bullseye AS builder

FROM golang:1.20 AS builder
ARG TOOLS=tools

RUN mkdir /build
ADD Makefile /build
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ echo:
@echo "TOOLS?=$(TOOLS)"
@echo "DOCKER_IMAGE_NAME?=$(DOCKER_IMAGE_NAME)"
@echo "DOCKER_TARGET?=$(DOCKER_TARGET)"
@echo "TOOLS?=$(TOOLS)"
@cat config/tools.env | grep '^export' | cut -d' ' -f2
@cat config/tools.env | grep '^export' | cut -d' ' -f2

Expand Down

0 comments on commit 43cb8ba

Please sign in to comment.