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

chore(deps): update golang docker tag #159

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading