Skip to content

Commit

Permalink
chore(deps): bump golang from 1.23.0-alpine3.20 to 1.23.1-alpine3.20 …
Browse files Browse the repository at this point in the history
…in /images (#646)

* chore(deps): bump golang in /images

Bumps golang from 1.23.0-alpine3.20 to 1.23.1-alpine3.20.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* set toolchain to the same version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Scott <[email protected]>
  • Loading branch information
dependabot[bot] and jcscottiii committed Sep 10, 2024
1 parent 98c5a08 commit bbdfc39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/go:1": {
"version": "1.23.0"
"version": "1.23.1"
},
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/docker-in-docker:2": {
Expand Down
2 changes: 1 addition & 1 deletion images/go_service.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23.0-alpine3.20 as builder
FROM golang:1.23.1-alpine3.20 as builder

WORKDIR /work

Expand Down

0 comments on commit bbdfc39

Please sign in to comment.