Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gradle:6.6-jdk11 AS build
COPY ./ .
RUN gradle --no-daemon clean dockerPrepare

FROM ghcr.io/th2-net/th2-codec-sailfish:3.12.2
FROM ghcr.io/th2-net/th2-codec-sailfish:4.0.0-th2-3987-dictionaries-custom-config-2789587670
ARG project_name
WORKDIR /home
RUN echo "/home/gradle/${project_name}/build/docker"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# General codecs (3.10.3)
# General codecs (4.0.0)

This repository contains the build scripts for general codecs:
+ [fix](codec-fix/README.md)
Expand All @@ -14,6 +14,10 @@ _Do not specify default parameters if you don't want to override them_ (just bec

# Changes

### 4.0.0

+ `th2-codec-sailfish` version with books/pages

### 3.10.3

+ Correct validation for FIX protocol (did throw an NPE in case there was no MsgType field)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release_version=3.10.3
release_version=4.0.0
sf_service_name = unknown-service
docker_image_name = th2-codec-generic