Skip to content

Commit

Permalink
Add thrift v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fishy committed Apr 4, 2024
1 parent bf05ff9 commit 8466ca3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- "0.18.0"
- "0.18.1"
- "0.19.0"
- "0.20.0"

steps:
- name: Check out the repo
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:bionic AS builder

ARG THRIFT_VERSION=0.19.0
ARG THRIFT_VERSION=0.20.0

ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
Expand Down
1 change: 1 addition & 0 deletions checksums.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ f5888bcd3b8de40c2c2ab86896867ad9b18510deb412cba3e5da76fb4c604c29 v0.17.0.tar.gz
b42a659ebe3711a78de4b14a117ea44558106223593c3f09c0d8dbe8a1b26848 v0.18.0.tar.gz
9cea30b9700153329ae1926cc05a20bbe3e8451ae270b0c8c5c5fe9929924cb3 v0.18.1.tar.gz
6428911db505702c51f7d993155a4a4c8afee83fdd021b52f2eccd8d34780629 v0.19.0.tar.gz
cd7b829d3d9d87f9f7d708e004eef7629789591ee1d416f4741913bc33e5c27d v0.20.0.tar.gz

0 comments on commit 8466ca3

Please sign in to comment.