Skip to content

Commit

Permalink
Merge pull request #460 from Security-Onion-Solutions/cogburn/fix-build
Browse files Browse the repository at this point in the history
Specify Correct Image
  • Loading branch information
coreyogburn authored May 1, 2024
2 parents eb6dc2d + 22b8fef commit f28ba51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://securityonion.net/license; you may not use this file except in compliance with the
# Elastic License 2.0.

FROM ghcr.io/security-onion-solutions/golang:1.22 as builder
FROM ghcr.io/security-onion-solutions/golang:1.22-alpine as builder
ARG VERSION=0.0.0
RUN apk update && apk add libpcap-dev bash git musl-dev gcc npm python3 py3-pip py3-virtualenv python3-dev openssl-dev linux-headers
COPY . /build
Expand Down

0 comments on commit f28ba51

Please sign in to comment.