Skip to content

Commit

Permalink
update drift version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajrohanyadav committed Feb 10, 2025
1 parent 18895d9 commit bb1e12d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commons/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.04 as builder
FROM ubuntu:22.04 as builder

ARG THRIFT_VERSION='0.17.0'
ARG THRIFT_VERSION='0.21.0'

ENV TZ=Etc/UCT
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Expand Down Expand Up @@ -42,5 +42,5 @@ RUN cd thrift-${THRIFT_VERSION} \
&& cd / \
&& rm -rf thrift-${THRIFT_VERSION}

FROM ubuntu:20.04
FROM ubuntu:22.04
COPY --from=builder /usr/bin/thrift /usr/bin/thrift

0 comments on commit bb1e12d

Please sign in to comment.