Skip to content

Commit

Permalink
Bump version + update Golang base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfm committed Nov 4, 2021
1 parent 3ad164a commit 1cccac0
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.16-alpine AS build-env
FROM golang:1.17-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 @@ -2,7 +2,7 @@
export GOBIN := $(PWD)/bin
export PATH := $(GOBIN):$(PATH)
export INSTALL_FLAG=
export TAG=0.5.0
export TAG=0.6.0

DOCKER_IMAGE = aws-limits-exporter
DOCKER_REPO = danielfm
Expand Down

0 comments on commit 1cccac0

Please sign in to comment.