Skip to content

Commit

Permalink
Merge pull request #102 from oberonia78/dswx-ni-beta_version_update
Browse files Browse the repository at this point in the history
Update version of DSWx-NI for beta release
  • Loading branch information
oberonia78 authored Jul 29, 2024
2 parents 226dbc3 + 5952ef7 commit b4a1abd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_docker_ni.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

IMAGE=opera/dswx-ni
tag=interface_0.1
tag=beta_0.2
echo "IMAGE is $IMAGE:$tag"

# fail on any non-zero exit codes
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile_ni
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM oraclelinux:8

LABEL author="OPERA ADT" \
description="DSWX-SAR Interface release R1" \
version="0.1-interface"
description="DSWX-SAR Beta release R2" \
version="0.2-beta"

RUN yum -y update &&\
yum -y install curl &&\
Expand Down
2 changes: 1 addition & 1 deletion src/dswx_sar/version_ni.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.1'
VERSION = '0.2'

0 comments on commit b4a1abd

Please sign in to comment.