Skip to content

Commit

Permalink
Merge pull request #169 from mountaindude/master
Browse files Browse the repository at this point in the history
5.4.1 RC1
  • Loading branch information
mountaindude authored Jun 10, 2021
2 parents 85a2daf + 003a6a2 commit 44a6057
Show file tree
Hide file tree
Showing 9 changed files with 240 additions and 216 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change log

## 5.4.1

### New features

### Fixes and patches

* Updated dependencies to latest versions.

### Changed behavior and/or breaking changes

## 5.4.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Docker image for Amd64
FROM node:12-stretch
FROM node:14-stretch

# Add metadata about the image
LABEL maintainer="Göran Sander [email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Docker image for Arm64
FROM node:12-stretch
FROM node:14-stretch

# Add metadata about the image
LABEL maintainer="Göran Sander [email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Docker image for Arm64
FROM node:12-stretch
FROM node:14-stretch

# Add metadata about the image
LABEL maintainer="Göran Sander [email protected]"
Expand Down
2 changes: 1 addition & 1 deletion src/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.3'
services:
butler:
image: ptarmiganlabs/butler:5.4.0
image: ptarmiganlabs/butler:5.4.1
container_name: butler
restart: always
ports:
Expand Down
Loading

0 comments on commit 44a6057

Please sign in to comment.