Skip to content

Commit

Permalink
update openmct version (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryopsida authored Jun 2, 2024
1 parent 2f5c3aa commit b766e21
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 @@ -2,7 +2,7 @@ FROM node:18-alpine AS base

FROM base AS build
RUN apk add --no-cache git
RUN git clone https://github.com/nasa/openmct.git && cd openmct && git checkout v3.1.0 && npm install
RUN git clone https://github.com/nasa/openmct.git && cd openmct && git checkout v3.2.1 && npm install

FROM base AS libraries
WORKDIR /usr/src/app
Expand Down

0 comments on commit b766e21

Please sign in to comment.