Skip to content

Commit 5482bfe

Browse files
deps:chore - update golang Docker tag
Signed-off-by: Renovate Bot <[email protected]>
1 parent 873d410 commit 5482bfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deployments/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.17-alpine AS builder
15+
FROM golang:1.24-alpine AS builder
1616

1717
RUN apk add --no-cache git
1818

internal/services/formatters/go/deployments/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.17.8-alpine
15+
FROM golang:1.24.4-alpine
1616

1717
RUN apk add curl
1818

0 commit comments

Comments
 (0)