Skip to content

Commit 25c3272

Browse files
authored
fix(deps): Update golang Docker tag to v1.23 (#305)
1 parent bcbceff commit 25c3272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

6-appsource/hello-world/Dockerfile

+1-1
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.22 as builder
15+
FROM golang:1.23 as builder
1616
WORKDIR /code
1717
COPY main.go .
1818
COPY go.mod .

0 commit comments

Comments
 (0)