Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 530c0a2 commit 86cef1e
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 39 deletions.
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.19.0-alpine as builder
FROM golang:1.23.1-alpine as builder
RUN apk add --no-cache git gcc musl-dev make
ENV GO111MODULE=on
WORKDIR /go/src/moul.io/converter
Expand All @@ -14,7 +14,7 @@ COPY . ./
RUN make install

# minimalist runtime
FROM alpine:3.16.0
FROM alpine:3.20.3
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="converter" \
org.label-schema.description="" \
Expand Down
26 changes: 19 additions & 7 deletions go.mod

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

55 changes: 27 additions & 28 deletions go.sum

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

4 changes: 2 additions & 2 deletions tool/lint/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"dependencies": {
"alex": "9.1.0",
"alex": "9.1.1",
"markdown-spellcheck": "1.3.1",
"markdownlint-cli": "0.28.1",
"markdownlint-cli": "0.41.0",
"remark-cli": "9.0.0",
"remark-lint": "8.0.0"
}
Expand Down

0 comments on commit 86cef1e

Please sign in to comment.