diff --git a/Dockerfile b/Dockerfile index db1d7b3..7ee1194 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # build stage -FROM golang:1.19-alpine AS build-env +FROM golang:1.20-alpine AS build-env RUN apk add --no-cache --update alpine-sdk ENV REPO_PATH=/build COPY . $REPO_PATH diff --git a/Makefile b/Makefile index 183c665..e081fd2 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ DOCKER_BIN := podman export GOBIN := $(PWD)/bin export PATH := $(GOBIN):$(PATH) export INSTALL_FLAG= -export TAG=0.7.0 +export TAG=0.8.0 DOCKER_IMAGE = aws-limits-exporter DOCKER_REPO = danielfm