Skip to content

Commit

Permalink
Bump golang from 1.22-alpine to 1.23-alpine in the docker group (#165)
Browse files Browse the repository at this point in the history
* Bump golang from 1.22-alpine to 1.23-alpine in the docker group

Bumps the docker group with 1 update: golang.


Updates `golang` from 1.22-alpine to 1.23-alpine

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>

* wip: 🔕 temporary commit

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paramtamtam <7326800+tarampampam@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and tarampampam authored Sep 19, 2024
1 parent 1956cb4 commit 6092da9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.2

# Image page: <https://hub.docker.com/_/golang>
FROM golang:1.22-alpine as builder
FROM golang:1.23-alpine as builder

# can be passed with any prefix (like `v1.2.3@GITHASH`)
# e.g.: `docker build --build-arg "APP_VERSION=v1.2.3@GITHASH" .`
Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

services:
app:
image: golang:1.22-buster # Image page: <https://hub.docker.com/_/golang>
image: golang:1.23-buster # Image page: <https://hub.docker.com/_/golang>
working_dir: /src
environment:
HOME: /tmp
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module gh.tarampamp.am/tinifier/v4

go 1.22
go 1.23

require (
github.com/dustin/go-humanize v1.0.1
Expand Down

0 comments on commit 6092da9

Please sign in to comment.