Skip to content

Commit

Permalink
bump normalization version from 0.1.13 to 1.1.14 (#2247)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor committed Mar 1, 2021
1 parent 7072a5d commit cc2081a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/bases/base-normalization/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ WORKDIR /airbyte

ENTRYPOINT ["/airbyte/entrypoint.sh"]

LABEL io.airbyte.version=0.1.13
LABEL io.airbyte.version=0.1.14
LABEL io.airbyte.name=airbyte/normalization
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class DefaultNormalizationRunner implements NormalizationRunner {

private static final Logger LOGGER = LoggerFactory.getLogger(DefaultNormalizationRunner.class);

public static final String NORMALIZATION_IMAGE_NAME = "airbyte/normalization:0.1.13";
public static final String NORMALIZATION_IMAGE_NAME = "airbyte/normalization:0.1.14";

private final DestinationType destinationType;
private final ProcessBuilderFactory pbf;
Expand Down

0 comments on commit cc2081a

Please sign in to comment.