Skip to content

Commit 269323c

Browse files
committed
Fix devcontainer version.
1 parent cf37ba3 commit 269323c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
ARG VARIANT=1.21
16-
FROM mcr.microsoft.com/vscode/devcontainers/go:0-${VARIANT}
16+
FROM mcr.microsoft.com/vscode/devcontainers/go:${VARIANT}-bookworm
1717

1818
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && \
1919
apt-get -y install --no-install-recommends \

0 commit comments

Comments
 (0)