Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfm committed Feb 14, 2023
1 parent a61218c commit 8d59294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d59294

Please sign in to comment.