Skip to content

Commit

Permalink
"Updated version 0.52 -> 0.53."
Browse files Browse the repository at this point in the history
  • Loading branch information
version-bumper committed Mar 24, 2024
1 parent 6d349a1 commit 5ede1e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

MAINTAINER Jamie Cho version: 0.52
MAINTAINER Jamie Cho version: 0.53

# Store stuff in a semi-reasonable spot
WORKDIR /root
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash

docker-compose -f docker-compose.build.yml build
docker tag coco-dev-coco-dev:latest jamieleecho/coco-dev:0.52
docker tag coco-dev-coco-dev:latest jamieleecho/coco-dev:0.53

2 changes: 1 addition & 1 deletion coco-dev
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
params=( bash )
fi

COCO_DEV_IMAGE=jamieleecho/coco-dev:0.52
COCO_DEV_IMAGE=jamieleecho/coco-dev:0.53

case "$(uname -s)" in

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "coco-dev",
"version": "0.52"
"version": "0.53"
}

0 comments on commit 5ede1e0

Please sign in to comment.