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

Commit

Permalink
[nxagent] bump version to 3.9.334
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Beckett committed Nov 1, 2021
1 parent 915d5d7 commit e134507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxagent/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM debian:buster-slim
LABEL org.opencontainers.image.source https://github.com/Matthew-Beckett/netxms-dockerfiles

ENV MAJOR_VERSION=3.9 MINOR_VERSION=280
ENV MAJOR_VERSION=3.9 MINOR_VERSION=334
RUN echo 'debconf debconf/frontend select Noninteractive' | debconf-set-selections && \
apt-get update && apt-get -y install curl apt-transport-https gnupg && \
curl -sL http://packages.netxms.org/netxms.gpg | apt-key add - && \
Expand Down

0 comments on commit e134507

Please sign in to comment.