Files
bugswatch-agent/.devcontainer/Dockerfile

11 lines
132 B
Docker
Raw Permalink Normal View History

2026-01-18 19:18:07 +00:00
FROM golang:1.22-alpine
RUN apk add --no-cache \
git \
ca-certificates \
tzdata
WORKDIR /workspace
ENV CGO_ENABLED=0