Skip to content

Commit

Permalink
Merge pull request #78 from ironpeakservices/dependabot/docker/nginx-…
Browse files Browse the repository at this point in the history
…1.19.9

chore(deps): bump nginx from 1.19.7 to 1.19.9
  • Loading branch information
hazcod authored Apr 3, 2021
2 parents 4ce01e9 + 5df359d commit 7e9dacd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/approve.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Automerge

on:
pull_request_target:

jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
-
uses: actions/checkout@v2
-
uses: ahmadnassri/[email protected]
with:
github-token: ${{ secrets.token }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GO111MODULE=auto go build -trimpath -ldflags '-w -s -extldflag
#

# image used to copy our official nginx binaries
FROM nginx:1.19.7 AS base
FROM nginx:1.19.9 AS base

# create empty index page
RUN echo 'Hello world' > /index.html
Expand Down

0 comments on commit 7e9dacd

Please sign in to comment.