Skip to content

Commit

Permalink
Merge pull request #18 from uselagoon/renovate/skpr-mtk-2.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency skpr/mtk to v2.1.0
  • Loading branch information
tobybellwood authored Nov 21, 2024
2 parents 25c7eea + 783ca3d commit 1582301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG MTK_VERSION

# build MTK from source
FROM golang:1.22-alpine as builder
FROM golang:1.23-alpine as builder

ENV MTK_VERSION=v2.0.2
ENV MTK_VERSION=v2.1.0

WORKDIR /go/src/github.com/skpr
RUN apk add --virtual --update-cache git && \
Expand Down

0 comments on commit 1582301

Please sign in to comment.