Skip to content

Commit

Permalink
0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joemaller committed Jan 12, 2023
1 parent 5606646 commit 84f237c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.13.3](https://github.com/ideasonpurpose/docker-build/compare/v0.13.2...v0.13.3)

- bump deps [`5606646`](https://github.com/ideasonpurpose/docker-build/commit/56066466558786953929a60bbe1cf475120ef12d)

#### [v0.13.2](https://github.com/ideasonpurpose/docker-build/compare/v0.13.1...v0.13.2)

> 29 September 2022
- bump deps, update filesize import [`4f5e298`](https://github.com/ideasonpurpose/docker-build/commit/4f5e29894be6566cb68cee733dc07e81caf854d9)
- cleanup dead code comments [`cb4e691`](https://github.com/ideasonpurpose/docker-build/commit/cb4e69174da2855c5970af7377d9bc54be83d7c7)
- update github actions name [`b504dd1`](https://github.com/ideasonpurpose/docker-build/commit/b504dd152f67ecb16899fe5ef575dc8c78e20841)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM node:18.13.0-bullseye-slim
# FROM node:16.15.0-buster-slim
# FROM node:14-buster-slim

LABEL version="0.13.2"
LABEL version="0.13.3"

# enable color in the terminal
ENV TERM xterm-256color
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Docker Build Tools

#### Version 0.13.2
#### Version 0.13.3

<!--[![dockeri.co](https://dockeri.co/image/ideasonpurpose/docker-build)](https://hub.docker.com/r/ideasonpurpose/docker-build)<br> -->

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iop-build-tools",
"version": "0.13.2",
"version": "0.13.3",
"description": "Bundling our webpack build-chain into Docker",
"bugs": "https://github.com/ideasonpurpose/docker-build/issues",
"repository": "ideasonpurpose/docker-build",
Expand Down

0 comments on commit 84f237c

Please sign in to comment.