File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed
Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- # syntax=docker.io/docker/dockerfile:1.17
1+ # syntax=docker.io/docker/dockerfile:1.18
22
33# see https://github.com/devcontainers/images/tree/main/src/base-debian/history
4- FROM mcr.microsoft.com/devcontainers/base:1 .0.25-bookworm
4+ FROM mcr.microsoft.com/devcontainers/base:2 .0.1-trixie
55
66RUN <<'EOF'
77# !/usr/bin/bash
Original file line number Diff line number Diff line change 1313 "postCreateCommand" : " bash .devcontainer/setup.sh" ,
1414 "features" : {
1515 "ghcr.io/devcontainers/features/go:1" : {
16- "version" : " 1.25.0 "
16+ "version" : " 1.25.1 "
1717 },
1818 "ghcr.io/devcontainers-extra/features/packer-asdf:2" : {
1919 "version" : " 1.14.1"
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
13- - uses : actions/setup-go@v5
13+ - uses : actions/setup-go@v6
1414 with :
15- go-version : ' 1.25.0 '
15+ go-version : ' 1.25.1 '
1616 - name : Set up msys2
1717 uses : msys2/setup-msys2@v2
1818 with :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ PLUGIN_PATH := dist/packer-plugin-windows-update_$(GOHOSTOS)_$(GOHOSTARCH)_$(GOH
99
1010# see https://github.com/goreleaser/goreleaser
1111# renovate: datasource=github-releases depName=goreleaser/goreleaser extractVersion=^v?(?<version>2\..+)
12- GORELEASER_VERSION := 2.11 .2
12+ GORELEASER_VERSION := 2.12 .2
1313
1414all : clean build
1515
Original file line number Diff line number Diff line change 11module github.com/rgl/packer-plugin-windows-update
22
3- go 1.25.0
3+ go 1.25.1
44
55require (
66 github.com/hashicorp/hcl/v2 v2.24.0
7- github.com/hashicorp/packer-plugin-sdk v0.6.2
7+ github.com/hashicorp/packer-plugin-sdk v0.6.3
88 github.com/zclconf/go-cty v1.16.4
99)
1010
Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ github.com/hashicorp/hcl/v2 v2.24.0 h1:2QJdZ454DSsYGoaE6QheQZjtKZSUs9Nh2izTWiwQx
117117github.com/hashicorp/hcl/v2 v2.24.0 /go.mod h1:oGoO1FIQYfn/AgyOhlg9qLC6/nOJPX3qGbkZpYAcqfM =
118118github.com/hashicorp/memberlist v0.5.2 h1:rJoNPWZ0juJBgqn48gjy59K5H4rNgvUoM1kUD7bXiuI =
119119github.com/hashicorp/memberlist v0.5.2 /go.mod h1:Ri9p/tRShbjYnpNf4FFPXG7wxEGY4Nrcn6E7jrVa//4 =
120- github.com/hashicorp/packer-plugin-sdk v0.6.2 h1:XRIJTcHa9AN13ZvVjL+RpwxEz+yYT7qJ5PA2REViJZ0 =
121- github.com/hashicorp/packer-plugin-sdk v0.6.2 /go.mod h1:mOuey53XeLIIpdOQnREjEBYCndipO7piU+EJAstQq1k =
120+ github.com/hashicorp/packer-plugin-sdk v0.6.3 h1:WEZQxQVvcoM0KoeuhJQ/hIPd0g117jwnf//vXZoNAbk =
121+ github.com/hashicorp/packer-plugin-sdk v0.6.3 /go.mod h1:mOuey53XeLIIpdOQnREjEBYCndipO7piU+EJAstQq1k =
122122github.com/hashicorp/serf v0.10.2 h1:m5IORhuNSjaxeljg5DeQVDlQyVkhRIjJDimbkCa8aAc =
123123github.com/hashicorp/serf v0.10.2 /go.mod h1:T1CmSGfSeGfnfNy/w0odXQUR1rfECGd2Qdsp84DjOiY =
124124github.com/hashicorp/vault/api v1.20.0 h1:KQMHElgudOsr+IbJgmbjHnCTxEpKs9LnozA1D3nozU4 =
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ gitea_container_name="$(basename "$(dirname "$(realpath "${BASH_SOURCE[0]}")")")
1313
1414# see https://hub.docker.com/r/gitea/gitea/tags
1515# renovate: datasource=docker depName=gitea/gitea
16- gitea_version=' 1.24.5 '
16+ gitea_version=' 1.24.6 '
1717
1818# see https://hub.docker.com/r/renovate/renovate/tags
1919# see https://github.com/renovatebot/renovate/releases
2020# renovate: datasource=docker depName=renovate/renovate
21- renovate_version=' 41.86.1 '
21+ renovate_version=' 41.124.0 '
2222
2323# clean.
2424echo ' Deleting existing Gitea...'
@@ -30,7 +30,7 @@ install -d tmp
3030# start gitea in background.
3131# see https://docs.gitea.io/en-us/config-cheat-sheet/
3232# see https://github.com/go-gitea/gitea/releases
33- # see https://github.com/go-gitea/gitea/blob/v1.24.5 /docker/root/etc/s6/gitea/setup
33+ # see https://github.com/go-gitea/gitea/blob/v1.24.6 /docker/root/etc/s6/gitea/setup
3434echo ' Starting Gitea...'
3535docker run \
3636 --detach \
You can’t perform that action at this time.
0 commit comments