Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): update golang docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 4fb2aff commit b576041
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang 1.22.2
golang 1.23.2
rust 1.77.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.22.2-alpine3.18 as builder
FROM golang:1.22.3-alpine3.18 as builder

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion src/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.22.2
golang 1.23.2
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.2-alpine3.18 as dev
FROM golang:1.22.3-alpine3.18 as dev

ENV ROOT=/usr/src/app
WORKDIR ${ROOT}
Expand Down

0 comments on commit b576041

Please sign in to comment.