Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
updated version to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Jul 9, 2023
1 parent 3aa3950 commit 41f40e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-alpine
FROM golang:1.20-alpine

WORKDIR /go/src/app
COPY . .
Expand All @@ -9,10 +9,10 @@ RUN go build -v -ldflags="-s -w" -o arkime-supervisor

FROM ubuntu:22.04

ENV VER=4.2.0
ENV VER=4.3.2

RUN apt update && \
apt install -y curl wget libwww-perl libjson-perl ethtool libyaml-dev jq libmagic1 iproute2 liblua5.4-0 libmaxminddb0 libpcap0.8 libglib2.0-0 libyara8 && \
apt install -y curl wget libwww-perl libjson-perl ethtool libyaml-dev jq libmagic1 iproute2 liblua5.4-0 libmaxminddb0 libpcap0.8 libglib2.0-0 libyara8 librdkafka1 && \
rm -rf /var/lib/apt/lists/* && \
curl https://s3.amazonaws.com/files.molo.ch/builds/ubuntu-22.04/arkime_$VER-1_amd64.deb -o /opt/arkime_$VER-1_amd64.deb && \
dpkg -i /opt/arkime_$VER-1_amd64.deb && \
Expand Down

0 comments on commit 41f40e4

Please sign in to comment.