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

Commit

Permalink
Merge pull request #45 from GSA/csb-v0.10.0
Browse files Browse the repository at this point in the history
update: pull in upstream csb features
  • Loading branch information
mogul authored Apr 11, 2022
2 parents a3629c6 + 9a655ab commit cdba90d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cfplatformeng/csb:0.5.1 as upstream
FROM cfplatformeng/csb:v0.10.0 as upstream

FROM alpine/k8s:1.20.7

Expand All @@ -9,6 +9,10 @@ RUN apk upgrade
# Install git so we can use it to grab Terraform modules
RUN apk add --update git

# Enable re-templates of Terraform Code
# Reference: https://github.com/GSA/data.gov/issues/3083
ENV BROKERPAK_UPDATES_ENABLED true

ENV PORT 8080
EXPOSE 8080/tcp

Expand Down

0 comments on commit cdba90d

Please sign in to comment.