Skip to content

Commit 8271642

Browse files
authored
Add golang 1.23 to dev image (#32)
1 parent 921fdc6 commit 8271642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER root
44

55
RUN apt-get update \
66
&& apt-get install -y --no-install-recommends \
7-
build-essential delve gdb golang-1.21-go golang-1.22-go make python3 python3-pip \
7+
build-essential delve gdb golang-1.21-go golang-1.22-go golang-1.23-go make python3 python3-pip \
88
&& rm -rf /var/lib/apt/lists/*
99

1010
WORKDIR "/home/damyan"

0 commit comments

Comments
 (0)