Skip to content

Commit

Permalink
Update all Docker tags
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 23, 2021
1 parent f55e24a commit 40cbaf1
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
uses: actions/checkout@v2.3.4

- name: Build the container image
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
repository: midcat

- name: Push to GitHub Packages
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
if: github.event_name == 'release' || github.event_name == 'push'
with:
username: ${{ github.actor }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
if: |
(github.event_name == 'release' || github.event_name == 'push') &&
contains(steps.check_dockerhub_credentials.outputs.missingsecrets, 'no')
uses: docker/build-push-action@v2.5.0
uses: docker/build-push-action@v2.6.1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG VCS_REF
ARG VERSION

# build
FROM golang:1.16.5-alpine as builder
FROM golang:1.16.6-alpine as builder
RUN apk add --no-cache git gcc musl-dev make g++ alsa-lib-dev
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/midcat
Expand All @@ -14,7 +14,7 @@ COPY . ./
RUN make install

# minimalist runtime
FROM alpine:3.13
FROM alpine:3.14
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="midcat" \
org.label-schema.description="" \
Expand Down
8 changes: 4 additions & 4 deletions go.mod

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

17 changes: 10 additions & 7 deletions go.sum

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

2 changes: 1 addition & 1 deletion tool/lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": {
"alex": "9.1.0",
"markdown-spellcheck": "1.3.1",
"markdownlint-cli": "0.27.1",
"markdownlint-cli": "0.28.1",
"remark-cli": "9.0.0",
"remark-lint": "8.0.0"
}
Expand Down

0 comments on commit 40cbaf1

Please sign in to comment.