Skip to content

Commit

Permalink
Merge pull request #51 from homeport/dependabot/docker/golang-1.23.0
Browse files Browse the repository at this point in the history
Bump golang from 1.22.6 to 1.23.0
  • Loading branch information
github-actions[bot] authored Aug 14, 2024
2 parents 57c0f03 + 4d725a2 commit 08a6027
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
Expand Up @@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

FROM golang:1.22.6 as bootstrap
FROM golang:1.23.0 as bootstrap
WORKDIR /go/src/github.com/homeport/secrets-manager-resource
COPY . .

Expand Down

0 comments on commit 08a6027

Please sign in to comment.