Skip to content

Commit

Permalink
chore(container): update golang docker tag to v1.23.0 (#560)
Browse files Browse the repository at this point in the history
Signed-off-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com>
Co-authored-by: budimanjojo-bot[bot] <111944664+budimanjojo-bot[bot]@users.noreply.github.com>
budimanjojo-bot[bot] authored Aug 18, 2024
1 parent 84334b0 commit cd1268d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ ARG VERSION
## ================================================================================================
## Builder Stage -> creating the binary
## ================================================================================================
FROM golang:1.22.5-alpine AS builder
FROM golang:1.23.0-alpine AS builder
ARG VERSION

WORKDIR /build

0 comments on commit cd1268d

Please sign in to comment.