Skip to content

Commit 475b648

Browse files
author
Matthew Peck
committed
updates to Dockerfile and config.yaml
1 parent ca20fac commit 475b648

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.3
22

3-
RUN apk -U add ca-certificates ruby ruby-bundler ruby-dev ruby-io-console ruby-builder ruby-irb ruby-rdoc ruby-json build-base git
3+
RUN apk -U add ca-certificates ruby ruby-bundler ruby-dev ruby-io-console ruby-builder ruby-irb ruby-rdoc ruby-json ruby-bigdecimal build-base git
44

55
# Setup bundle user and directory
66
RUN adduser -h /home/bundle -D bundle && \

config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
cog_bundle_version: 3
33

44
name: pagerduty
5-
version: 0.0.3
5+
version: 0.0.1
66
description: Interact with the pagerduty
77
docker:
88
image: cogcmd/pagerduty

0 commit comments

Comments
 (0)