Skip to content

Commit

Permalink
Merge pull request #70 from oberonia78/change_version_calval
Browse files Browse the repository at this point in the history
change version
  • Loading branch information
oberonia78 authored Mar 1, 2024
2 parents be1a893 + 290ae74 commit 273a877
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build_docker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

IMAGE=opera/dswx-s1
tag=gamma_0.3
tag=calval_0.4
echo "IMAGE is $IMAGE:$tag"

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

LABEL author="OPERA ADT" \
description="DSWX-SAR beta release R2" \
version="0.3-gamma"
description="DSWX-SAR calval release R4" \
version="0.4-calval"

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

0 comments on commit 273a877

Please sign in to comment.