Skip to content

Commit

Permalink
Merge pull request #49 from Nordstrom/v0055
Browse files Browse the repository at this point in the history
Bump version number to v0.0.55
  • Loading branch information
SleepyBrett authored Jan 24, 2018
2 parents 57d4d19 + d7dbd73 commit 802e1a7
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,6 +1,6 @@
FROM quay.io/nordstrom/baseimage-ubuntu:16.04

ARG CURRENT_TAG=v0.0.52
ARG CURRENT_TAG=v0.0.55
ARG KUBELOGIN_DOWNLOAD_BASE_URL=https://github.com/Nordstrom/kubelogin/releases/download

RUN curl -sLo /tmp/kubelogin-server-linux-${CURRENT_TAG}.tar.gz ${KUBELOGIN_DOWNLOAD_BASE_URL}/${CURRENT_TAG}/kubelogin-server-${CURRENT_TAG}-linux.tar.gz \
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GITHUB_REPO_HOST_AND_PATH := github.com/$(GITHUB_REPO_OWNER)/$(GITHUB_REPO_NAME)
IMAGE_NAME := quay.io/nordstrom/kubelogin
BUILD := build
CURRENT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
CURRENT_TAG := v0.0.52
CURRENT_TAG := v0.0.55
GOLANG_TOOLCHAIN_VERSION := 1.9.1

.PHONY: image/build image/push
Expand Down

0 comments on commit 802e1a7

Please sign in to comment.