Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.0.6p2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukecampbell committed Jan 31, 2017
1 parent b6f992c commit c6e0760
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM debian:jessie
MAINTAINER Luke Campbell <luke.campbell@rpsgroup.com>

ENV REGISTRY_VERSION 1.0.6p2

ENV NODE_VERSION 4.6.1
ENV GOSU_VERSION 1.9
ENV SCRIPTS_DIR /opt/build_scripts
ENV APP_DIR /opt/meteor/dist
ENV REGISTRY_VERSION 1.0.6p1
ENV PORT 3000

RUN mkdir -p $SCRIPTS_DIR
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catalog-harvest-registry",
"version": "1.0.6p1",
"version": "1.0.6p2",
"description": "Web based User Interface for registering and managing metadata harvest endpoints.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

VERSION=1.0.6p1
VERSION=1.0.6p2

maka build --architecture os.linux.x86_64
cd build
Expand Down

0 comments on commit c6e0760

Please sign in to comment.